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.h71 uintptr_t ObjAddress; variable
78 AllocationSize(allocationSize), ObjAddress(objAddress) { in SectionEntry()
112 uintptr_t getObjAddress() const { return ObjAddress; } in getObjAddress()