LLVM 20.0.0git
|
#include "llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h"
Public Member Functions | |
DebugCrossModuleImportsSubsection (DebugStringTableSubsection &Strings) | |
void | addImport (StringRef Module, uint32_t ImportId) |
uint32_t | calculateSerializedSize () const override |
Error | commit (BinaryStreamWriter &Writer) const override |
Public Member Functions inherited from llvm::codeview::DebugSubsection | |
DebugSubsection (DebugSubsectionKind Kind) | |
virtual | ~DebugSubsection () |
DebugSubsectionKind | kind () const |
virtual Error | commit (BinaryStreamWriter &Writer) const =0 |
virtual uint32_t | calculateSerializedSize () const =0 |
Static Public Member Functions | |
static bool | classof (const DebugSubsection *S) |
Static Public Member Functions inherited from llvm::codeview::DebugSubsection | |
static bool | classof (const DebugSubsection *S) |
Additional Inherited Members | |
Protected Attributes inherited from llvm::codeview::DebugSubsection | |
DebugSubsectionKind | Kind |
Definition at line 70 of file DebugCrossImpSubsection.h.
|
inlineexplicit |
Definition at line 72 of file DebugCrossImpSubsection.h.
Definition at line 54 of file DebugCrossImpSubsection.cpp.
References llvm::codeview::DebugStringTableSubsection::insert().
|
overridevirtual |
Implements llvm::codeview::DebugSubsection.
Definition at line 63 of file DebugCrossImpSubsection.cpp.
References Size.
|
inlinestatic |
Definition at line 77 of file DebugCrossImpSubsection.h.
References llvm::codeview::CrossScopeImports, and llvm::codeview::DebugSubsection::kind().
|
overridevirtual |
Implements llvm::codeview::DebugSubsection.
Definition at line 72 of file DebugCrossImpSubsection.cpp.
References llvm::codeview::CrossModuleImport::Count, llvm::codeview::EC, llvm::codeview::DebugStringTableSubsection::getIdForString(), llvm::codeview::CrossModuleImport::ModuleNameOffset, llvm::sort(), llvm::Error::success(), llvm::BinaryStreamWriter::writeArray(), and llvm::BinaryStreamWriter::writeObject().