Searched refs:DotDebugLocOffset (Results 1 – 1 of 1) sorted by relevance
128 unsigned DotDebugLocOffset; // Offset in DotDebugLocEntries. variable135 : 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()