Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h82 unsigned DotDebugLocOffset; /// Offset in DotDebugLocEntries. variable
91 : Var(V), IA(IA), Expr(1, E), TheDIE(nullptr), DotDebugLocOffset(~0U), in Var()
103 DotDebugLocOffset(~0U), MInsn(DbgValue), DD(DD) { in DbgVariable()
113 void setDotDebugLocOffset(unsigned O) { DotDebugLocOffset = O; } in setDotDebugLocOffset()
114 unsigned getDotDebugLocOffset() const { return DotDebugLocOffset; } in getDotDebugLocOffset()
120 assert( DotDebugLocOffset == ~0U && !MInsn && "not an MMI entry"); in addMMIEntry()
121 assert(V.DotDebugLocOffset == ~0U && !V.MInsn && "not an MMI entry"); in addMMIEntry()