Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h128 unsigned DotDebugLocOffset; // Offset in DotDebugLocEntries. variable
135 : Var(V), TheDIE(0), DotDebugLocOffset(~0U), AbsVar(AV), MInsn(0), in DbgVariable()
142 void setDotDebugLocOffset(unsigned O) { DotDebugLocOffset = O; } in setDotDebugLocOffset()
143 unsigned getDotDebugLocOffset() const { return DotDebugLocOffset; } in getDotDebugLocOffset()