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

/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h77 /// ObjAddress - address of the section in the in-memory object file. Used
79 uintptr_t ObjAddress; member in class:llvm::SectionEntry
86 AllocationSize(allocationSize), ObjAddress(objAddress) {
120 uintptr_t getObjAddress() const { return ObjAddress; }

Completed in 42 milliseconds