Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h39 uint32_t getStartLine() const { return LineData & StartLineMask; } in getStartLine() function
45 uint32_t getEndLine() const { return getStartLine() + getLineDelta(); } in getEndLine()
52 return getStartLine() == AlwaysStepIntoLineNumber; in isAlwaysStepInto()
56 return getStartLine() == NeverStepIntoLineNumber; in isNeverStepInto()
112 uint32_t getStartLine() const { return LineInf.getStartLine(); } in getStartLine() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeLineNumber.cpp24 uint32_t NativeLineNumber::getLineNumber() const { return Line.getStartLine(); } in getLineNumber()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp297 "{0} {1:x-8}\n", utostr(LI.getStartLine()), in createLines()
314 LineDebug->setLineNumber(LI.getStartLine()); in createLines()
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1858 lineNumber = li.getStartLine(); in getFileLineCodeView()
1865 lineNumber = li.getStartLine(); in getFileLineCodeView()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp605 SLE.LineStart = LI.getStartLine(); in fromCodeViewSubsection()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp825 LineStr = utostr(Line.getStartLine()); in typesetLinesAndColumns()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1236 uint32_t lno = cur_info.getStartLine(); in ParseLineTable()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1384 W.printNumber("LineNumberStart", LI.getStartLine()); in printCodeViewSymbolSection()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp522 if (LI.getStartLine() != DL.getLine() || LI.isAlwaysStepInto() || in maybeRecordLocation()