LLVM
8.0.1
|
#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 |
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 55 of file DebugCrossImpSubsection.cpp.
|
overridevirtual |
Implements llvm::codeview::DebugSubsection.
Definition at line 64 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 73 of file DebugCrossImpSubsection.cpp.
References llvm::codeview::CrossModuleImport::Count, llvm::codeview::EC, llvm::makeArrayRef(), llvm::codeview::CrossModuleImport::ModuleNameOffset, llvm::sort(), llvm::Error::success(), llvm::BinaryStreamWriter::writeArray(), and llvm::BinaryStreamWriter::writeObject().