Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOAArch64.h37 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in decodeAddend() local
133 void encodeAddend(uint8_t *LocalAddress, unsigned NumBytes, in encodeAddend()
307 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation() local
DRuntimeDyldMachOARM.h38 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in decodeAddend() local
97 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation() local
226 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processHALFSECTDIFFRelocation() local
DRuntimeDyldMachOX86_64.h76 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation() local
157 uint8_t *LocalAddress = Sections[SectionID].getAddressWithOffset(Offset); in processSubtractRelocation() local
DRuntimeDyldMachOI386.h86 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation() local
141 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processSECTDIFFRelocation() local
/external/llvm/include/llvm/ExecutionEngine/Orc/
DObjectLinkingLayer.h64 void mapSectionAddress(const void *LocalAddress, TargetAddress TargetAddr) { in mapSectionAddress()
259 void mapSectionAddress(ObjSetHandleT H, const void *LocalAddress, in mapSectionAddress()
DObjectTransformLayer.h85 void mapSectionAddress(ObjSetHandleT H, const void *LocalAddress, in mapSectionAddress()
/external/llvm/unittests/ExecutionEngine/Orc/
DObjectTransformLayerTest.cpp142 void mapSectionAddress(ObjSetHandleT H, const void *LocalAddress, in mapSectionAddress()
149 void expectMapSectionAddress(ObjSetHandleT H, const void *LocalAddress, in expectMapSectionAddress()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp67 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processScatteredVANILLA() local
138 uint8_t *LocalAddress = Section.getAddress() + RE.Offset; in dumpRelocationToResolve() local
DRuntimeDyld.cpp116 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress, in mapSectionAddress()
961 void RuntimeDyld::mapSectionAddress(const void *LocalAddress, in mapSectionAddress()
DRuntimeDyldELF.cpp911 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolvePPC32Relocation() local
931 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolvePPC64Relocation() local
1022 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolveSystemZRelocation() local
DRuntimeDyldChecker.cpp933 bool LocalAddress) { in getSectionAddr()
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h282 void mapSectionAddress(const void *LocalAddress, in mapSectionAddress()
/external/clang/lib/CodeGen/
DCGBlocks.h228 Address LocalAddress; variable
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h237 virtual void mapSectionAddress(const void *LocalAddress, in mapSectionAddress()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h198 void mapSectionAddress(const void *LocalAddress, in mapSectionAddress()