LLVM
8.0.1
|
#include "llvm/DebugInfo/CodeView/DebugCrossExSubsection.h"
Public Member Functions | |
DebugCrossModuleExportsSubsection () | |
void | addMapping (uint32_t Local, uint32_t Global) |
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 47 of file DebugCrossExSubsection.h.
|
inline |
Definition at line 49 of file DebugCrossExSubsection.h.
Definition at line 35 of file DebugCrossExSubsection.cpp.
|
overridevirtual |
Implements llvm::codeview::DebugSubsection.
Definition at line 40 of file DebugCrossExSubsection.cpp.
|
inlinestatic |
Definition at line 52 of file DebugCrossExSubsection.h.
References llvm::codeview::CrossScopeExports, and llvm::codeview::DebugSubsection::kind().
|
overridevirtual |
Implements llvm::codeview::DebugSubsection.
Definition at line 44 of file DebugCrossExSubsection.cpp.
References llvm::codeview::EC, llvm::Error::success(), and llvm::BinaryStreamWriter::writeInteger().