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

References

lib/DebugInfo/CodeView/DebugLinesSubsection.cpp
  105   Header.CodeSize = CodeSize;
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
  585   Result->Lines.CodeSize = Lines.header()->CodeSize;
tools/lld/COFF/PDB.cpp
 1770         if (addr < offsetInC || addr >= offsetInC + linesTmp.header()->CodeSize)
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
 1053   table.AppendLineEntryToSequence(seq.get(), base_addr + block.CodeSize,
tools/llvm-pdbutil/DumpOutputStyle.cpp
  959         uint32_t End = Begin + Lines.header()->CodeSize;
tools/llvm-readobj/COFFDumper.cpp
 1125     W.printHex("CodeSize", LineInfo.header()->CodeSize);
 1132         if (Line.Offset >= LineInfo.header()->CodeSize) {