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

Overrides

include/llvm/DebugInfo/CodeView/DebugSubsection.h
   41   virtual Error commit(BinaryStreamWriter &Writer) const = 0;

Declarations

include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h
   74   Error commit(BinaryStreamWriter &Writer) const override;

References

lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp
  166   if (auto EC = Strings.commit(Writer))