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

References

lib/DebugInfo/CodeView/DebugLinesSubsection.cpp
   43   Item.NameIndex = BlockHeader->NameIndex;
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
  591     auto EF = getFileName(Strings, Checksums, L.NameIndex);
tools/lld/COFF/PDB.cpp
 1813           nameIndex = entry.NameIndex;
 1820       nameIndex = entry.NameIndex;
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
 1097       auto iter = checksums.at(group.NameIndex);
tools/llvm-pdbutil/DumpOutputStyle.cpp
  961           if (LastModi != Modi || LastNameIndex != Block.NameIndex) {
  963             LastNameIndex = Block.NameIndex;
  964             Strings.formatFromChecksumsOffset(P, Block.NameIndex);
tools/llvm-readobj/COFFDumper.cpp
 1129       printFileNameForOffset("Filename", Entry.NameIndex);