Home
last modified time | relevance | path

Searched refs:getRelocation (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h41 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
164 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation()
177 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation()
204 RelInfo = Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation()
DRuntimeDyldMachOI386.h41 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
152 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSECTDIFFRelocation()
165 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSECTDIFFRelocation()
DRuntimeDyldMachOARM.h108 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
351 MachO.getRelocation(RelI->getRawDataRefImpl()); in processHALFSECTDIFFRelocation()
377 MachO.getRelocation(RelI->getRawDataRefImpl()); in processHALFSECTDIFFRelocation()
DRuntimeDyldMachOAArch64.h280 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
299 RelInfo = Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
486 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp62 Obj.getRelocation(RelI->getRawDataRefImpl()); in processScatteredVANILLA()
104 Obj.getRelocation(RI->getRawDataRefImpl()); in getRelocationValueRef()
DRuntimeDyldMachO.h70 Obj.getRelocation(RI->getRawDataRefImpl()); in getRelocationEntry()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachO_x86_64.cpp101 getObject().getRelocation(RelItr->getRawDataRefImpl()); in getRelocationInfo()
DMachO_arm64.cpp98 getObject().getRelocation(RelItr->getRawDataRefImpl()); in getRelocationInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp2123 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationOffset()
2129 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationSymbol()
2150 return section_iterator(getAnyRelocationSection(getRelocation(Rel))); in getRelocationSection()
2154 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationType()
2269 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationLength()
4407 MachOObjectFile::getRelocation(DataRefImpl Rel) const { in getRelocation() function in MachOObjectFile
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachO.h543 MachO::any_relocation_info getRelocation(DataRefImpl Rel) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h79 Kind getRelocation() const { in getRelocation() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1417 auto RelocInfo = MachObj->getRelocation(Reloc.getRawDataRefImpl()); in isRelocScattered()