Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h74 unsigned DotDebugLocOffset; // Offset in DotDebugLocEntries. variable
82 : Var(V), TheDIE(nullptr), DotDebugLocOffset(~0U), MInsn(nullptr), in DbgVariable()
89 DotDebugLocOffset(~0U), MInsn(DbgValue), FrameIndex(~0), DD(DD) {} in DbgVariable()
95 void setDotDebugLocOffset(unsigned O) { DotDebugLocOffset = O; } in setDotDebugLocOffset()
96 unsigned getDotDebugLocOffset() const { return DotDebugLocOffset; } in getDotDebugLocOffset()