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

References

lib/DebugInfo/CodeView/DebugLinesSubsection.cpp
   85   LNE.Offset = Offset;
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
  606       SLE.Offset = LN.Offset;
tools/lld/COFF/PDB.cpp
 1811       if (ln.Offset > offsetInLinetable) {
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
 1034   uint64_t addr = base_addr + cur.Offset;
tools/llvm-pdbutil/DumpOutputStyle.cpp
  933                fmt_align(Start + LineIter->Offset, AlignStyle::Right, 8, '0'),
tools/llvm-readobj/COFFDumper.cpp
 1132         if (Line.Offset >= LineInfo.header()->CodeSize) {
 1138         std::string PC = formatv("+{0:X}", uint32_t(Line.Offset));