Searched defs:ScopeIdx (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DDebugLoc.h51 /// ScopeIdx - This is an opaque ID# for Scope/InlinedAt information,
53 int ScopeIdx; member in class:llvm::DebugLoc
55 DebugLoc() : LineCol(0), ScopeIdx(0) {} // Defaults to unknown.
69 bool isUnknown() const { return ScopeIdx == 0; }
97 return LineCol == DL.LineCol && ScopeIdx == DL.ScopeIdx;

Completed in 159 milliseconds