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