Home
last modified time | relevance | path

Searched defs:pTarget (Results 1 – 13 of 13) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
DTarget.cpp34 const llvm::Target& pTarget, in createTargetMachine()
68 const mcld::Target& pTarget, in createDiagnosticLineInfo()
DTargetRegistry.cpp18 void TargetRegistry::RegisterTarget(Target& pTarget, in RegisterTarget()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLA25Stub.cpp30 MipsLA25Stub::MipsLA25Stub(const MipsGNULDBackend& pTarget) in MipsLA25Stub()
40 MipsLA25Stub::MipsLA25Stub(const MipsGNULDBackend& pTarget, in MipsLA25Stub()
DMipsDiagnostic.cpp19 mcld::DiagnosticLineInfo* createMipsDiagLineInfo(const mcld::Target& pTarget, in createMipsDiagLineInfo()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Diagnostic.cpp18 DiagnosticLineInfo* createAArch64DiagLineInfo(const mcld::Target& pTarget, in createAArch64DiagLineInfo()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMDiagnostic.cpp17 DiagnosticLineInfo* createARMDiagLineInfo(const mcld::Target& pTarget, in createARMDiagLineInfo()
DARMRelocator.cpp169 Relocator::DWord pTarget) { in helper_extract_movw_movt_addend()
176 Relocator::DWord pTarget, in helper_insert_val_movw_movt_inst()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonDiagnostic.cpp19 DiagnosticLineInfo* createHexagonDiagLineInfo(const Target& pTarget, in createHexagonDiagLineInfo()
DHexagonRelocator.cpp227 HexagonLDBackend& pTarget) { in addCopyReloc()
409 HexagonLDBackend& pTarget) { in defineSymbolforCopyReloc()
/frameworks/compile/mclinker/lib/Target/X86/
DX86Diagnostic.cpp17 DiagnosticLineInfo* createX86DiagLineInfo(const mcld::Target& pTarget, in createX86DiagLineInfo()
DX86Relocator.cpp189 void X86Relocator::addCopyReloc(ResolveInfo& pSym, X86GNULDBackend& pTarget) { in addCopyReloc()
204 X86GNULDBackend& pTarget) { in defineSymbolforCopyReloc()
/frameworks/compile/mclinker/lib/MC/
DSymbolCategory.cpp67 SymbolCategory& SymbolCategory::add(LDSymbol& pSymbol, Category::Type pTarget) { in add()
100 Category::Type pTarget) { in arrange()
/frameworks/compile/mclinker/include/mcld/LD/
DResolveInfo.h122 void setLink(const ResolveInfo* pTarget) { in setLink()