Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h40 uint32_t getStartLine() const { return LineData & StartLineMask; } in getStartLine() function
46 uint32_t getEndLine() const { return getStartLine() + getLineDelta(); } in getEndLine()
53 return getStartLine() == AlwaysStepIntoLineNumber; in isAlwaysStepInto()
57 return getStartLine() == NeverStepIntoLineNumber; in isNeverStepInto()
113 uint32_t getStartLine() const { return LineInf.getStartLine(); } in getStartLine() function
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp1757 LineNumber = LI.getStartLine(); in getFileLine()
1764 LineNumber = LI.getStartLine(); in getFileLine()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp608 SLE.LineStart = LI.getStartLine(); in fromCodeViewSubsection()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1014 uint32_t lno = cur_info.getStartLine(); in AppendLineEntryToSequence()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp853 LineStr = utostr(Line.getStartLine()); in typesetLinesAndColumns()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1135 W.printNumber("LineNumberStart", LI.getStartLine()); in printCodeViewSymbolSection()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp468 if (LI.getStartLine() != DL.getLine() || LI.isAlwaysStepInto() || in maybeRecordLocation()