Home
last modified time | relevance | path

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

/external/llvm/tools/dsymutil/
DDebugMap.cpp248 Optional<uint64_t> ObjAddress; in denormalize() local
250 ObjAddress = *Mapping.ObjectAddress; in denormalize()
253 ObjAddress = AddressIt->getValue(); in denormalize()
254 Res.addSymbol(Entry.first, ObjAddress, Mapping.BinaryAddress, Mapping.Size); in denormalize()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h73 uintptr_t ObjAddress; variable
80 AllocationSize(allocationSize), ObjAddress(objAddress) { in SectionEntry()
114 uintptr_t getObjAddress() const { return ObjAddress; } in getObjAddress()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h72 uintptr_t ObjAddress; variable
79 AllocationSize(allocationSize), ObjAddress(objAddress) { in SectionEntry()
113 uintptr_t getObjAddress() const { return ObjAddress; } in getObjAddress()