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

/external/llvm/include/llvm/IR/
H A DDebugLoc.h53 /// ScopeIdx - This is an opaque ID# for Scope/InlinedAt information,
55 int ScopeIdx; member in class:llvm::DebugLoc
57 DebugLoc() : LineCol(0), ScopeIdx(0) {} // Defaults to unknown.
71 bool isUnknown() const { return ScopeIdx == 0; }
105 return LineCol == DL.LineCol && ScopeIdx == DL.ScopeIdx;

Completed in 249 milliseconds