Home
last modified time | relevance | path

Searched refs:getAnyRelocationType (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h42 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef()
155 uint32_t RelocType = Obj.getAnyRelocationType(RE); in processSECTDIFFRelocation()
DRuntimeDyldMachOARM.h109 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef()
361 uint32_t RelocType = MachO.getAnyRelocationType(RE); in processHALFSECTDIFFRelocation()
DRuntimeDyldMachOAArch64.h291 if (Obj.getAnyRelocationType(RelInfo) == MachO::ARM64_RELOC_ADDEND) { in processRelocationRef()
302 if (Obj.getAnyRelocationType(RelInfo) == MachO::ARM64_RELOC_SUBTRACTOR) in processRelocationRef()
DRuntimeDyldMachOX86_64.h42 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.h76 static_cast<MachO::RelocationInfoType>(Obj.getAnyRelocationType(RelInfo)); in getRelocationEntry()
DRuntimeDyldMachO.cpp65 uint32_t RelocType = Obj.getAnyRelocationType(RE); in processScatteredVANILLA()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachO.h483 unsigned getAnyRelocationType(const MachO::any_relocation_info &RE) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp2155 return getAnyRelocationType(RE); in getRelocationType()
4232 MachOObjectFile::getAnyRelocationType( in getAnyRelocationType() function in MachOObjectFile