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

References

lib/DebugInfo/CodeView/DebugLinesSubsection.cpp
   44   if (auto EC = Reader.readArray(Item.LineNumbers, BlockHeader->NumLines))
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
  603     for (const auto &LN : L.LineNumbers) {
tools/lld/COFF/PDB.cpp
 1809     for (const LineNumberEntry &ln : entry.LineNumbers) {
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
 1117       lldbassert(!group.LineNumbers.empty());
 1119       for (const LineNumberEntry &entry : group.LineNumbers) {
 1123       LineInfo last_line(group.LineNumbers.back().Flags);
tools/llvm-pdbutil/DumpOutputStyle.cpp
  917   uint32_t ItemsLeft = E.LineNumbers.size();
  918   auto LineIter = E.LineNumbers.begin();
  969           uint32_t Count = Block.LineNumbers.size();
tools/llvm-readobj/COFFDumper.cpp
 1131       for (const auto &Line : Entry.LineNumbers) {