reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h
  124   void addLineInfo(uint32_t Offset, const LineInfo &Line);
  125   void addLineAndColumnInfo(uint32_t Offset, const LineInfo &Line,
include/llvm/DebugInfo/CodeView/Line.h
   94   LineInfo LineInf;
  103   Line(int32_t CodeOffset, LineInfo LineInf, ColumnInfo ColumnInf)
  106   LineInfo getLineInfo() const { return LineInf; }
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  506   LineInfo LI(DL.getLine(), DL.getLine(), /*IsStatement=*/true);
lib/DebugInfo/CodeView/DebugLinesSubsection.cpp
   81 void DebugLinesSubsection::addLineInfo(uint32_t Offset, const LineInfo &Line) {
   90                                                 const LineInfo &Line,
lib/MC/MCCodeView.cpp
  373         LineData |= LineInfo::StatementFlag;
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
  605       LineInfo LI(LN.Flags);
tools/lld/COFF/PDB.cpp
 1810       LineInfo li(ln.Flags);
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
 1029   LineInfo cur_info(cur.Flags);
 1123       LineInfo last_line(group.LineNumbers.back().Flags);
tools/llvm-pdbutil/DumpOutputStyle.cpp
  922       LineInfo Line(LineIter->Flags);
tools/llvm-readobj/COFFDumper.cpp
 1140         codeview::LineInfo LI(Line.Flags);