Searched defs:scanGlobalReloc (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp218 void AArch64Relocator::scanGlobalReloc(Relocation& pReloc, function in class:AArch64Relocator
400 scanGlobalReloc(pReloc, pBuilder, pSection);
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp213 scanGlobalReloc(pReloc, pLinker, pModule, pSection);
279 void HexagonRelocator::scanGlobalReloc(Relocation &pReloc, IRBuilder &pBuilder, function in class:HexagonRelocator
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp202 scanGlobalReloc(pReloc, pLinker, pModule, pSection);
551 void X86_32Relocator::scanGlobalReloc(Relocation& pReloc, function in class:X86_32Relocator
1426 void X86_64Relocator::scanGlobalReloc(Relocation& pReloc, function in class:X86_64Relocator
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp582 void ARMRelocator::scanGlobalReloc(Relocation& pReloc, function in class:ARMRelocator
820 scanGlobalReloc(pReloc, pBuilder, pSection);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp253 scanGlobalReloc(info, pBuilder, pSection);
376 void MipsRelocator::scanGlobalReloc(MipsRelocationInfo& pReloc, function in class:MipsRelocator

Completed in 4503 milliseconds