Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A 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
H A DRuntimeDyldMachOARM.h64 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in decodeAddend() local
205 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation() local
363 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processHALFSECTDIFFRelocation() local
H A DRuntimeDyldMachOX86_64.h88 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation() local
167 uint8_t *LocalAddress = Sections[SectionID].getAddressWithOffset(Offset); in processSubtractRelocation() local
H A DRuntimeDyldMachOI386.h101 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation() local
158 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processSECTDIFFRelocation() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h272 void mapSectionAddress(const void *LocalAddress, in mapSectionAddress()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp69 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processScatteredVANILLA() local
151 uint8_t *LocalAddress = Section.getAddress() + RE.Offset; in dumpRelocationToResolve() local
H A DRuntimeDyldELF.cpp818 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolvePPC32Relocation() local
838 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolvePPC64Relocation() local
932 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolveSystemZRelocation() local
H A DRuntimeDyld.cpp160 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress, in mapSectionAddress()
1402 void RuntimeDyld::mapSectionAddress(const void *LocalAddress, in mapSectionAddress()
H A DRuntimeDyldChecker.cpp1059 bool LocalAddress) { in getSectionAddr()
/freebsd/stand/efi/include/Protocol/
H A DHttp.h124 EFI_IPv4_ADDRESS LocalAddress; member
144 EFI_IPv6_ADDRESS LocalAddress; member
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h244 virtual void mapSectionAddress(const void *LocalAddress, in mapSectionAddress() argument
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h275 RawAddress LocalAddress; variable