Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h72 uintptr_t ObjAddress; variable
79 AllocationSize(allocationSize), ObjAddress(objAddress) { in SectionEntry()
113 uintptr_t getObjAddress() const { return ObjAddress; } in getObjAddress()