Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp309 int64_t ObjDistance = static_cast<int64_t>(A->getObjAddress()) - in computeDelta()
310 static_cast<int64_t>(B->getObjAddress()); in computeDelta()
DRuntimeDyldImpl.h114 uintptr_t getObjAddress() const { return ObjAddress; } in getObjAddress() function
DRuntimeDyldELF.cpp967 return (void *)(Sections[SectionID].getObjAddress() + Offset); in computePlaceholderAddress()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp306 int64_t ObjDistance = static_cast<int64_t>(A->getObjAddress()) - in computeDelta()
307 static_cast<int64_t>(B->getObjAddress()); in computeDelta()
DRuntimeDyldImpl.h114 uintptr_t getObjAddress() const { return ObjAddress; } in getObjAddress() function
DRuntimeDyldELF.cpp1156 return (void *)(Sections[SectionID].getObjAddress() + Offset); in computePlaceholderAddress()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOARM.h51 auto TargetObjAddr = Sections[SectionID].getObjAddress() + Offset; in isAddrTargetThumb()
55 Sections[Entry.getSectionID()].getObjAddress() + Entry.getOffset(); in isAddrTargetThumb()
DRuntimeDyldCOFFI386.h64 uintptr_t ObjTarget = AddendSection.getObjAddress() + Offset; in processRelocationRef()
DRuntimeDyldCOFFX86_64.h200 uintptr_t ObjTarget = Section.getObjAddress() + Offset; in processRelocationRef()
DRuntimeDyldCOFFThumb.h83 uintptr_t ObjTarget = AddendSection.getObjAddress() + Offset; in processRelocationRef()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFX86_64.h132 uintptr_t ObjTarget = Section.getObjAddress() + Offset; in processRelocationRef()
DRuntimeDyldCOFFI386.h64 uintptr_t ObjTarget = AddendSection.getObjAddress() + Offset; in processRelocationRef()
DRuntimeDyldCOFFThumb.h63 uintptr_t ObjTarget = AddendSection.getObjAddress() + Offset; in processRelocationRef()