Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DDebugMap.cpp281 std::optional<uint64_t> ObjAddress; in denormalize() local
283 ObjAddress = *Mapping.ObjectAddress; in denormalize()
286 ObjAddress = AddressIt->getValue(); in denormalize()
287 Res.addSymbol(Entry.first, ObjAddress, Mapping.BinaryAddress, Mapping.Size); in denormalize()
/openbsd-src/gnu/llvm/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()