Searched refs:getObjAddress (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp311 int64_t ObjDistance = static_cast<int64_t>(A->getObjAddress()) -
312 static_cast<int64_t>(B->getObjAddress());
H A DRuntimeDyldImpl.h112 uintptr_t getObjAddress() const { return ObjAddress; } function in class:llvm::SectionEntry
H A DRuntimeDyldELF.cpp1043 return (void *)(Sections[SectionID].getObjAddress() + Offset);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h52 auto TargetObjAddr = Sections[SectionID].getObjAddress() + Offset;
56 Sections[Entry.getSectionID()].getObjAddress() + Entry.getOffset();
H A DRuntimeDyldCOFFX86_64.h212 uintptr_t ObjTarget = Section.getObjAddress() + Offset;
H A DRuntimeDyldCOFFI386.h81 uintptr_t ObjTarget = AddendSection.getObjAddress() + Offset;
H A DRuntimeDyldCOFFThumb.h85 uintptr_t ObjTarget = AddendSection.getObjAddress() + Offset;
H A DRuntimeDyldCOFFAArch64.h170 uintptr_t ObjTarget = AddendSection.getObjAddress() + Offset;

Completed in 271 milliseconds