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

Declarations

include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h
   42   Expected<StringRef> getString(uint32_t Offset) const;

References

lib/DebugInfo/CodeView/SymbolDumper.cpp
  366     auto ExpectedProgram = Strings.getString(DefRangeSubfield.Program);
  385     auto ExpectedProgram = Strings.getString(DefRange.Program);
lib/DebugInfo/PDB/Native/PDBStringTable.cpp
  110   return Strings.getString(ID);
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
  543   auto ExpectedString = Strings.getString(CS.FileNameOffset);
  561   return Strings.getString(Offset);
  661     auto ExpectedStr = Strings.getString(CMI.Header->ModuleNameOffset);
  723     auto ES = Strings.getString(F.FrameFunc);
tools/lld/COFF/PDB.cpp
  976   auto expectedString = objStrTable.getString(objIndex);
 1070   return strings.getString(offset);
 1147         exitOnErr(cVStrTab.getString(fc.FileNameOffset));
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
 1102           strings.getString(iter->FileNameOffset);
tools/llvm-pdbutil/InputFile.cpp
  196     auto S = SC.strings().getString(Entry.FileNameOffset);
  209   return SC.strings().getString(Offset);
tools/llvm-readobj/COFFDumper.cpp
 1070             Obj->getFileName(), CVStringTable.getString(FD.FrameFunc));
 1194         Obj->getFileName(), CVStringTable.getString(FC.FileNameOffset));
 1240                        CVStringTable.getString(Iter->FileNameOffset));