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.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
/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.cpp302 "{0} {1:x-8}\n", utostr(LI.getStartLine()), in createLines()
319 LineDebug->setLineNumber(LI.getStartLine()); in createLines()
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1851 lineNumber = li.getStartLine(); in getFileLineCodeView()
1858 lineNumber = li.getStartLine(); in getFileLineCodeView()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp607 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.cpp1239 uint32_t lno = cur_info.getStartLine(); in ParseLineTable()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1338 W.printNumber("LineNumberStart", LI.getStartLine()); in printCodeViewSymbolSection()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp520 if (LI.getStartLine() != DL.getLine() || LI.isAlwaysStepInto() || in maybeRecordLocation()