Home
last modified time | relevance | path

Searched defs:DebugMapObjectRange (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.h27 struct DebugMapObjectRange { struct
33 DebugMapObjectRange(uint64_t EndPC, int64_t Offset) in DebugMapObjectRange() argument
36 DebugMapObjectRange() : HighPC(0), Offset(0) {} in DebugMapObjectRange() function