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

Overridden By

lib/DebugInfo/CodeView/DebugChecksumsSubsection.cpp
   94 Error DebugChecksumsSubsection::commit(BinaryStreamWriter &Writer) const {
lib/DebugInfo/CodeView/DebugCrossExSubsection.cpp
   43 Error DebugCrossModuleExportsSubsection::commit(
lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp
   72 Error DebugCrossModuleImportsSubsection::commit(
lib/DebugInfo/CodeView/DebugFrameDataSubsection.cpp
   43 Error DebugFrameDataSubsection::commit(BinaryStreamWriter &Writer) const {
lib/DebugInfo/CodeView/DebugInlineeLinesSubsection.cpp
   83 Error DebugInlineeLinesSubsection::commit(BinaryStreamWriter &Writer) const {
lib/DebugInfo/CodeView/DebugLinesSubsection.cpp
  103 Error DebugLinesSubsection::commit(BinaryStreamWriter &Writer) const {
lib/DebugInfo/CodeView/DebugStringTableSubsection.cpp
   64 Error DebugStringTableSubsection::commit(BinaryStreamWriter &Writer) const {
lib/DebugInfo/CodeView/DebugSymbolRVASubsection.cpp
   29 Error DebugSymbolRVASubsection::commit(BinaryStreamWriter &Writer) const {
lib/DebugInfo/CodeView/DebugSymbolsSubsection.cpp
   22 Error DebugSymbolsSubsection::commit(BinaryStreamWriter &Writer) const {

References

lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp
   86     if (auto EC = Subsection->commit(Writer))