Searched refs:HexagonLDBackend (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.h16 #include "HexagonLDBackend.h"
71 HexagonRelocator(HexagonLDBackend& pParent, const LinkerConfig& pConfig);
93 HexagonLDBackend& getTarget()
96 const HexagonLDBackend& getTarget() const
118 void addCopyReloc(ResolveInfo& pSym, HexagonLDBackend& pTarget);
125 HexagonLDBackend& pTarget);
138 HexagonLDBackend& m_Target;
H A DHexagonLDBackend.cpp1 //===- HexagonLDBackend.cpp -----------------------------------------------===//
11 #include "HexagonLDBackend.h"
41 // HexagonLDBackend
43 HexagonLDBackend::HexagonLDBackend(const LinkerConfig& pConfig, function in class:HexagonLDBackend
57 HexagonLDBackend::~HexagonLDBackend()
67 bool HexagonLDBackend::initRelocator()
75 const Relocator* HexagonLDBackend::getRelocator() const
81 Relocator* HexagonLDBackend
[all...]
H A DHexagonLDBackend.h1 //===- HexagonLDBackend.h -------------------------------------------------===//
29 /// HexagonLDBackend - linker backend of Hexagon target of GNU ELF format
31 class HexagonLDBackend : public GNULDBackend class in namespace:mcld
34 HexagonLDBackend(const LinkerConfig& pConfig, HexagonGNUInfo* pInfo);
36 ~HexagonLDBackend();
H A DHexagonRelocator.cpp31 HexagonLDBackend &ld_backend = pParent.getTarget();
59 HexagonLDBackend &ld_backend = pParent.getTarget();
96 HexagonLDBackend &ld_backend = pParent.getTarget();
168 HexagonRelocator::HexagonRelocator(HexagonLDBackend &pParent,
222 HexagonLDBackend &pTarget) {
283 HexagonLDBackend &ld_backend = getTarget();
399 IRBuilder &pBuilder, const ResolveInfo &pSym, HexagonLDBackend &pTarget) {

Completed in 1076 milliseconds