/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.h | 73 bool IsPCRel = Obj.getAnyRelocationPCRel(RelInfo); in getRelocationEntry()
|
D | RuntimeDyldMachO.cpp | 65 bool IsPCRel = Obj.getAnyRelocationPCRel(RE); in processScatteredVANILLA()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.h | 72 bool IsPCRel = Obj.getAnyRelocationPCRel(RelInfo); in getRelocationEntry()
|
D | RuntimeDyldMachO.cpp | 66 bool IsPCRel = Obj.getAnyRelocationPCRel(RE); in processScatteredVANILLA()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.h | 72 bool IsPCRel = Obj.getAnyRelocationPCRel(RelInfo); in getRelocationEntry()
|
D | RuntimeDyldMachO.cpp | 66 bool IsPCRel = Obj.getAnyRelocationPCRel(RE); in processScatteredVANILLA()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOI386.h | 156 bool IsPCRel = Obj.getAnyRelocationPCRel(RE); in processSECTDIFFRelocation()
|
D | RuntimeDyldMachOARM.h | 362 bool IsPCRel = MachO.getAnyRelocationPCRel(RE); in processHALFSECTDIFFRelocation()
|
D | RuntimeDyldMachOAArch64.h | 293 assert(!Obj.getAnyRelocationPCRel(RelInfo)); in processRelocationRef()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOI386.h | 154 bool IsPCRel = Obj.getAnyRelocationPCRel(RE); in processSECTDIFFRelocation()
|
D | RuntimeDyldMachOARM.h | 237 bool IsPCRel = MachO.getAnyRelocationPCRel(RE); in processHALFSECTDIFFRelocation()
|
D | RuntimeDyldMachOAArch64.h | 266 assert(!Obj.getAnyRelocationPCRel(RelInfo)); in processRelocationRef()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOI386.h | 155 bool IsPCRel = Obj.getAnyRelocationPCRel(RE); in processSECTDIFFRelocation()
|
D | RuntimeDyldMachOARM.h | 361 bool IsPCRel = MachO.getAnyRelocationPCRel(RE); in processHALFSECTDIFFRelocation()
|
D | RuntimeDyldMachOAArch64.h | 293 assert(!Obj.getAnyRelocationPCRel(RelInfo)); in processRelocationRef()
|
/external/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 560 W.printNumber("PCRel", Obj->getAnyRelocationPCRel(RE)); in printRelocation() 581 << " " << Obj->getAnyRelocationPCRel(RE) in printRelocation()
|
/external/llvm/include/llvm/Object/ |
D | MachO.h | 328 unsigned getAnyRelocationPCRel(const MachO::any_relocation_info &RE) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | MachO.h | 481 unsigned getAnyRelocationPCRel(const MachO::any_relocation_info &RE) const;
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/ |
D | MachO.h | 637 unsigned getAnyRelocationPCRel(const MachO::any_relocation_info &RE) const;
|
/external/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 730 bool IsPCRel = Obj->getAnyRelocationPCRel(RE); in getRelocationValueString() 737 bool isPCRel = Obj->getAnyRelocationPCRel(RE); in getRelocationValueString()
|
D | MachODump.cpp | 1954 if (info->O->getAnyRelocationPCRel(RE)) in SymbolizerGetOpInfo() 6129 if (info->O->getAnyRelocationPCRel(RE)) { in GuessLiteralPointer()
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 2026 unsigned MachOObjectFile::getAnyRelocationPCRel( in getAnyRelocationPCRel() function in MachOObjectFile
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 4217 unsigned MachOObjectFile::getAnyRelocationPCRel( in getAnyRelocationPCRel() function in MachOObjectFile
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 4575 unsigned MachOObjectFile::getAnyRelocationPCRel( in getAnyRelocationPCRel() function in MachOObjectFile
|