Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h37 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in decodeAddend() local
156 void encodeAddend(uint8_t *LocalAddress, unsigned NumBytes, in encodeAddend()
360 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation() local
491 uint8_t *LocalAddress = Sections[SectionID].getAddressWithOffset(Offset); in processSubtractRelocation() local
H A DRuntimeDyldMachOARM.h66 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in decodeAddend() local
207 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation() local
362 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processHALFSECTDIFFRelocation() local
H A DRuntimeDyldMachOX86_64.h90 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation() local
169 uint8_t *LocalAddress = Sections[SectionID].getAddressWithOffset(Offset); in processSubtractRelocation() local
H A DRuntimeDyldMachOI386.h103 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation() local
157 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processSECTDIFFRelocation() local
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectTransformLayer.h95 void mapSectionAddress(VModuleKey K, const void *LocalAddress, in mapSectionAddress()
H A DRTDyldObjectLinkingLayer.h270 void mapSectionAddress(const void *LocalAddress, in mapSectionAddress()
429 void mapSectionAddress(VModuleKey K, const void *LocalAddress, in mapSectionAddress()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp70 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processScatteredVANILLA() local
152 uint8_t *LocalAddress = Section.getAddress() + RE.Offset; in dumpRelocationToResolve() local
H A DRuntimeDyldELF.cpp704 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolvePPC32Relocation() local
724 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolvePPC64Relocation() local
818 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolveSystemZRelocation() local
H A DRuntimeDyld.cpp159 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress, in mapSectionAddress()
1295 void RuntimeDyld::mapSectionAddress(const void *LocalAddress, in mapSectionAddress()
H A DRuntimeDyldChecker.cpp982 bool LocalAddress) { in getSectionAddr()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h281 void mapSectionAddress(const void *LocalAddress, in mapSectionAddress()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h248 virtual void mapSectionAddress(const void *LocalAddress, in mapSectionAddress()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.h245 Address LocalAddress; variable
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h342 void mapSectionAddress(const void *LocalAddress, in mapSectionAddress()