Searched refs:scanLocalReloc (Results 1 - 10 of 10) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.h103 virtual void scanLocalReloc(Relocation& pReloc,
159 void scanLocalReloc(Relocation& pReloc,
219 void scanLocalReloc(Relocation& pReloc,
H A DX86Relocator.cpp200 scanLocalReloc(pReloc, pLinker, pModule, pSection);
343 void X86_32Relocator::scanLocalReloc(Relocation& pReloc, function in class:X86_32Relocator
1351 void X86_64Relocator::scanLocalReloc(Relocation& pReloc, function in class:X86_64Relocator
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.h121 void scanLocalReloc(Relocation& pReloc, const LDSection& pSection);
H A DAArch64Relocator.cpp156 AArch64Relocator::scanLocalReloc(Relocation& pReloc, const LDSection& pSection) function in class:AArch64Relocator
397 scanLocalReloc(pReloc, pSection);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.h107 void scanLocalReloc(Relocation& pReloc, const LDSection& pSection);
H A DARMRelocator.cpp487 ARMRelocator::scanLocalReloc(Relocation& pReloc, const LDSection& pSection) function in class:ARMRelocator
816 scanLocalReloc(pReloc, pSection);
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.h128 virtual void scanLocalReloc(Relocation& pReloc,
H A DHexagonRelocator.cpp211 scanLocalReloc(pReloc, pLinker, pModule, pSection);
230 void HexagonRelocator::scanLocalReloc(Relocation &pReloc, IRBuilder &pBuilder, function in class:HexagonRelocator
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.h142 void scanLocalReloc(MipsRelocationInfo& pReloc,
H A DMipsRelocator.cpp251 scanLocalReloc(info, pBuilder, pSection);
291 void MipsRelocator::scanLocalReloc(MipsRelocationInfo& pReloc, function in class:MipsRelocator

Completed in 409 milliseconds