Searched refs:getScopeLineNumber (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/IR/
H A DDebugLoc.cpp86 return DebugLoc::get(SP.getScopeLineNumber(), 0, SP);
H A DDebugInfo.cpp1366 if (getScopeLineNumber() != getLineNumber())
1367 OS << " [scope " << getScopeLineNumber() << "]";
/external/llvm/include/llvm/IR/
H A DDebugInfo.h528 /// getScopeLineNumber - Get the beginning of the scope of the
531 unsigned getScopeLineNumber() const { return getUnsignedField(19); } function in class:llvm::DISubprogram

Completed in 459 milliseconds