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

/freebsd-11.0-release/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectTransformLayer.h85 void mapSectionAddress(ObjSetHandleT H, const void *LocalAddress, argument
H A DObjectLinkingLayer.h64 void mapSectionAddress(const void *LocalAddress, TargetAddress TargetAddr) { argument
257 void mapSectionAddress(ObjSetHandleT H, const void *LocalAddress, argument
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h37 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); local
133 void encodeAddend(uint8_t *LocalAddress, unsigned NumBytes, argument
307 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); variable
[all...]
H A DRuntimeDyldMachOX86_64.h76 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); variable
157 uint8_t *LocalAddress = Sections[SectionID].getAddressWithOffset(Offset); local
H A DRuntimeDyldMachOARM.h38 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); local
97 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); variable
226 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); local
[all...]
H A DRuntimeDyldMachOI386.h86 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); variable
141 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.h228 Address LocalAddress; member in class:clang::CodeGen::CGBlockInfo
/freebsd-11.0-release/contrib/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h237 virtual void mapSectionAddress(const void *LocalAddress, argument
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp67 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); local
138 uint8_t *LocalAddress = Section.getAddress() + RE.Offset; local
H A DRuntimeDyld.cpp116 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress, argument
966 void RuntimeDyld::mapSectionAddress(const void *LocalAddress, argument
H A DRuntimeDyldChecker.cpp932 getSectionAddr(StringRef FileName, StringRef SectionName, bool LocalAddress) argument
H A DRuntimeDyldELF.cpp911 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); local
931 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); local
1022 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); local
[all...]

Completed in 74 milliseconds