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

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp377 void AArch64Relocator::scanRelocation(Relocation& pReloc, function in class:AArch64Relocator
385 "ResolveInfo of relocation not set while scanRelocation");
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp193 void HexagonRelocator::scanRelocation(Relocation &pReloc, IRBuilder &pLinker, function in class:HexagonRelocator
201 "ResolveInfo of relocation not set while scanRelocation");
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp180 void X86Relocator::scanRelocation(Relocation& pReloc, function in class:X86Relocator
191 "ResolveInfo of relocation not set while scanRelocation");
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp795 void ARMRelocator::scanRelocation(Relocation& pReloc, function in class:ARMRelocator
804 "ResolveInfo of relocation not set while scanRelocation");
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp226 void MipsRelocator::scanRelocation(Relocation& pReloc, function in class:MipsRelocator
234 assert(NULL != rsym && "ResolveInfo of relocation not set while scanRelocation");

Completed in 131 milliseconds