Home
last modified time | relevance | path

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

/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/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()