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

References

lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
  405   auto Result = std::make_shared<DebugChecksumsSubsection>(*SC.strings());
  417       std::make_shared<DebugLinesSubsection>(*SC.checksums(), *SC.strings());
  480       std::make_shared<DebugCrossModuleImportsSubsection>(*SC.strings());
  524     F.FrameFunc = SC.strings()->insert(YF.FrameFunc);
tools/llvm-pdbutil/llvm-pdbutil.cpp
  780       Strings.strings()->insert(S);
  849   Builder.getStringTableBuilder().setStrings(*Strings.strings());