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

/openbsd-current/gnu/llvm/llvm/tools/dsymutil/
H A DDebugMap.cpp281 std::optional<uint64_t> ObjAddress; local
283 ObjAddress = *Mapping.ObjectAddress;
286 ObjAddress = AddressIt->getValue();
287 Res.addSymbol(Entry.first, ObjAddress, Mapping.BinaryAddress, Mapping.Size);
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h69 /// ObjAddress - address of the section in the in-memory object file. Used
71 uintptr_t ObjAddress; member in class:llvm::SectionEntry
78 AllocationSize(allocationSize), ObjAddress(objAddress) {
112 uintptr_t getObjAddress() const { return ObjAddress; }

Completed in 126 milliseconds