Home
last modified time | relevance | path

Searched refs:getAnyRelocationAddress (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOARM.h405 uint32_t OtherHalf = MachO.getAnyRelocationAddress(RE2) & 0xffff; in processHALFSECTDIFFRelocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachO.h480 unsigned getAnyRelocationAddress(const MachO::any_relocation_info &RE) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp2124 return getAnyRelocationAddress(RE); in getRelocationOffset()
4210 unsigned MachOObjectFile::getAnyRelocationAddress( in getAnyRelocationAddress() function in MachOObjectFile