/frameworks/compile/mclinker/lib/Support/ |
D | Target.cpp | 35 const llvm::Target& pTarget, in createTargetMachine() argument 40 return TargetMachineCtorFn(pTarget, *this, pTM, pTriple); in createTargetMachine() 74 Target::createDiagnosticLineInfo(const mcld::Target& pTarget, in createDiagnosticLineInfo() argument 79 return DiagnosticLineInfoCtorFn(pTarget, pTriple); in createDiagnosticLineInfo()
|
D | TargetRegistry.cpp | 18 void TargetRegistry::RegisterTarget(Target& pTarget, in RegisterTarget() argument 22 pTarget.Name = pName; in RegisterTarget() 23 pTarget.TripleMatchQualityFn = pQualityFn; in RegisterTarget() 25 s_TargetList.push_back(&pTarget); in RegisterTarget()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLA25Stub.cpp | 37 MipsLA25Stub::MipsLA25Stub(const MipsGNULDBackend& pTarget) in MipsLA25Stub() argument 38 : m_Target(pTarget), in MipsLA25Stub() 48 MipsLA25Stub::MipsLA25Stub(const MipsGNULDBackend& pTarget, in MipsLA25Stub() argument 53 : m_Target(pTarget), in MipsLA25Stub()
|
D | MipsLA25Stub.h | 29 MipsLA25Stub(const MipsGNULDBackend& pTarget); 46 MipsLA25Stub(const MipsGNULDBackend& pTarget,
|
D | MipsDiagnostic.cpp | 19 mcld::DiagnosticLineInfo* createMipsDiagLineInfo(const mcld::Target& pTarget, in createMipsDiagLineInfo() argument
|
/frameworks/compile/mclinker/lib/MC/ |
D | SymbolCategory.cpp | 68 SymbolCategory& SymbolCategory::add(LDSymbol& pSymbol, Category::Type pTarget) in add() argument 75 if (current->type == pTarget) { in add() 105 Category::Type pTarget) in arrange() argument 107 int distance = pTarget - pSource; in arrange() 142 distance = pTarget - current->type; in arrange() 159 if (current->type == pTarget) { in arrange() 181 if (current->type == pTarget) { in arrange()
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | TargetRegistry.h | 53 static void RegisterTarget(Target& pTarget, 147 RegisterTarget(mcld::Target &pTarget, const char* pName) { in RegisterTarget() 155 TargetRegistry::RegisterTarget(pTarget, pName, &getTripleMatchQuality); in RegisterTarget()
|
D | Target.h | 70 const llvm::Target& pTarget, 87 DiagnosticLineInfo* createDiagnosticLineInfo(const mcld::Target& pTarget,
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonRelocator.h | 118 void addCopyReloc(ResolveInfo& pSym, HexagonLDBackend& pTarget); 125 HexagonLDBackend& pTarget);
|
D | HexagonDiagnostic.cpp | 20 createHexagonDiagLineInfo(const Target& pTarget, const std::string &pTriple) in createHexagonDiagLineInfo() argument
|
D | HexagonRelocator.cpp | 222 HexagonLDBackend &pTarget) { in addCopyReloc() argument 223 Relocation &rel_entry = *pTarget.getRelaDyn().create(); in addCopyReloc() 224 rel_entry.setType(pTarget.getCopyRelType()); in addCopyReloc() 399 IRBuilder &pBuilder, const ResolveInfo &pSym, HexagonLDBackend &pTarget) { in defineSymbolforCopyReloc() argument 402 ELFFileFormat *file_format = pTarget.getOutputFormat(); in defineSymbolforCopyReloc()
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64Diagnostic.cpp | 20 DiagnosticLineInfo* createAArch64DiagLineInfo(const mcld::Target& pTarget, in createAArch64DiagLineInfo() argument
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMDiagnostic.cpp | 19 DiagnosticLineInfo* createARMDiagLineInfo(const mcld::Target& pTarget, in createARMDiagLineInfo() argument
|
D | ARMRelocator.cpp | 190 helper_extract_movw_movt_addend(Relocator::DWord pTarget) in helper_extract_movw_movt_addend() argument 193 return helper_sign_extend((((pTarget >> 4)) & 0xf000U) | (pTarget & 0xfffU), in helper_extract_movw_movt_addend() 198 helper_insert_val_movw_movt_inst(Relocator::DWord pTarget, in helper_insert_val_movw_movt_inst() argument 202 pTarget &= 0xfff0f000U; in helper_insert_val_movw_movt_inst() 203 pTarget |= pImm & 0x0fffU; in helper_insert_val_movw_movt_inst() 204 pTarget |= (pImm & 0xf000U) << 4; in helper_insert_val_movw_movt_inst() 205 return pTarget; in helper_insert_val_movw_movt_inst()
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86Diagnostic.cpp | 19 DiagnosticLineInfo* createX86DiagLineInfo(const mcld::Target& pTarget, in createX86DiagLineInfo() argument
|
D | X86Relocator.h | 93 void addCopyReloc(ResolveInfo& pSym, X86GNULDBackend& pTarget); 100 X86GNULDBackend& pTarget);
|
D | X86Relocator.cpp | 210 void X86Relocator::addCopyReloc(ResolveInfo& pSym, X86GNULDBackend& pTarget) in addCopyReloc() argument 212 Relocation& rel_entry = *pTarget.getRelDyn().create(); in addCopyReloc() 213 rel_entry.setType(pTarget.getCopyRelType()); in addCopyReloc() 226 X86GNULDBackend& pTarget) in defineSymbolforCopyReloc() argument 230 ELFFileFormat* file_format = pTarget.getOutputFormat(); in defineSymbolforCopyReloc()
|
/frameworks/compile/mclinker/include/mcld/MC/ |
D | SymbolCategory.h | 172 SymbolCategory& add(LDSymbol& pSymbol, Category::Type pTarget); 176 Category::Type pTarget);
|
/frameworks/compile/mclinker/lib/ADT/GraphLite/ |
D | Digraph.cpp | 60 Digraph::addArc(const Digraph::Node& pSource, const Digraph::Node& pTarget) in addArc() argument
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | ResolveInfo.h | 138 void setLink(const ResolveInfo* pTarget) { in setLink() argument 139 m_Ptr.info_ptr = const_cast<ResolveInfo*>(pTarget); in setLink()
|
/frameworks/compile/mclinker/include/mcld/ADT/GraphLite/ |
D | Digraph.h | 64 Arc addArc(const Node& pSource, const Node& pTarget);
|