Home
last modified time | relevance | path

Searched refs:getStartLine (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h38 uint32_t getStartLine() const { return LineData & StartLineMask; } in getStartLine() function
44 uint32_t getEndLine() const { return getStartLine() + getLineDelta(); } in getEndLine()
51 return getStartLine() == AlwaysStepIntoLineNumber; in isAlwaysStepInto()
55 return getStartLine() == NeverStepIntoLineNumber; in isNeverStepInto()
111 uint32_t getStartLine() const { return LineInf.getStartLine(); } in getStartLine() function
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeLineNumber.cpp24 uint32_t NativeLineNumber::getLineNumber() const { return Line.getStartLine(); } in getLineNumber()
/llvm-project-15.0.7/lld/COFF/
H A DPDB.cpp1799 lineNumber = li.getStartLine(); in getFileLineCodeView()
1806 lineNumber = li.getStartLine(); in getFileLineCodeView()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp607 SLE.LineStart = LI.getStartLine(); in fromCodeViewSubsection()
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp823 LineStr = utostr(Line.getStartLine()); in typesetLinesAndColumns()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1140 uint32_t lno = cur_info.getStartLine(); in ParseLineTable()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1193 W.printNumber("LineNumberStart", LI.getStartLine()); in printCodeViewSymbolSection()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp518 if (LI.getStartLine() != DL.getLine() || LI.isAlwaysStepInto() || in maybeRecordLocation()