Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp311 int64_t ObjDistance = static_cast<int64_t>(A->getObjAddress()) - in computeDelta()
312 static_cast<int64_t>(B->getObjAddress()); in computeDelta()
H A DRuntimeDyldImpl.h112 uintptr_t getObjAddress() const { return ObjAddress; } in getObjAddress() function
H A DRuntimeDyldELF.cpp1085 return (void *)(Sections[SectionID].getObjAddress() + Offset); in computePlaceholderAddress()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h51 auto TargetObjAddr = Sections[SectionID].getObjAddress() + Offset; in isAddrTargetThumb()
55 Sections[Entry.getSectionID()].getObjAddress() + Entry.getOffset(); in isAddrTargetThumb()
H A DRuntimeDyldCOFFI386.h81 uintptr_t ObjTarget = AddendSection.getObjAddress() + Offset; in processRelocationRef()
H A DRuntimeDyldCOFFX86_64.h219 uintptr_t ObjTarget = Section.getObjAddress() + Offset; in processRelocationRef()
H A DRuntimeDyldCOFFThumb.h107 uintptr_t ObjTarget = AddendSection.getObjAddress() + Offset; in processRelocationRef()
H A DRuntimeDyldCOFFAArch64.h171 uintptr_t ObjTarget = AddendSection.getObjAddress() + Offset; in processRelocationRef()