Home
last modified time | relevance | path

Searched defs:LocalAddress (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOAArch64.h36 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in decodeAddend() local
155 void encodeAddend(uint8_t *LocalAddress, unsigned NumBytes, in encodeAddend()
359 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation() local
490 uint8_t *LocalAddress = Sections[SectionID].getAddressWithOffset(Offset); in processSubtractRelocation() local
DRuntimeDyldMachOARM.h65 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in decodeAddend() local
206 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation() local
364 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processHALFSECTDIFFRelocation() local
DRuntimeDyldMachOX86_64.h89 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation() local
168 uint8_t *LocalAddress = Sections[SectionID].getAddressWithOffset(Offset); in processSubtractRelocation() local
DRuntimeDyldMachOI386.h102 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation() local
159 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processSECTDIFFRelocation() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DObjectTransformLayer.h107 void mapSectionAddress(VModuleKey K, const void *LocalAddress, in mapSectionAddress()
DRTDyldObjectLinkingLayer.h284 void mapSectionAddress(const void *LocalAddress, in mapSectionAddress()
453 void mapSectionAddress(VModuleKey K, const void *LocalAddress, in mapSectionAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp69 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processScatteredVANILLA() local
151 uint8_t *LocalAddress = Section.getAddress() + RE.Offset; in dumpRelocationToResolve() local
DRuntimeDyldELF.cpp714 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolvePPC32Relocation() local
734 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolvePPC64Relocation() local
828 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolveSystemZRelocation() local
DRuntimeDyld.cpp158 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress, in mapSectionAddress()
1364 void RuntimeDyld::mapSectionAddress(const void *LocalAddress, in mapSectionAddress()
DRuntimeDyldChecker.cpp873 bool LocalAddress) { in getSectionAddr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h280 void mapSectionAddress(const void *LocalAddress, in mapSectionAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h248 virtual void mapSectionAddress(const void *LocalAddress, in mapSectionAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h338 void mapSectionAddress(const void *LocalAddress, in mapSectionAddress()