LLVM 20.0.0git
|
#include "llvm/DebugInfo/CodeView/DebugCrossExSubsection.h"
Public Member Functions | |
DebugCrossModuleExportsSubsectionRef () | |
Error | initialize (BinaryStreamReader Reader) |
Error | initialize (BinaryStreamRef Stream) |
Iterator | begin () const |
Iterator | end () const |
Public Member Functions inherited from llvm::codeview::DebugSubsectionRef | |
DebugSubsectionRef (DebugSubsectionKind Kind) | |
virtual | ~DebugSubsectionRef () |
DebugSubsectionKind | kind () const |
Static Public Member Functions | |
static bool | classof (const DebugSubsectionRef *S) |
Static Public Member Functions inherited from llvm::codeview::DebugSubsectionRef | |
static bool | classof (const DebugSubsectionRef *S) |
Additional Inherited Members | |
Protected Attributes inherited from llvm::codeview::DebugSubsectionRef | |
DebugSubsectionKind | Kind |
Definition at line 25 of file DebugCrossExSubsection.h.
|
inline |
Definition at line 30 of file DebugCrossExSubsection.h.
|
inline |
Definition at line 40 of file DebugCrossExSubsection.h.
|
inlinestatic |
Definition at line 33 of file DebugCrossExSubsection.h.
References llvm::codeview::CrossScopeExports, and llvm::codeview::DebugSubsectionRef::kind().
|
inline |
Definition at line 41 of file DebugCrossExSubsection.h.
Error DebugCrossModuleExportsSubsectionRef::initialize | ( | BinaryStreamReader | Reader | ) |
Definition at line 19 of file DebugCrossExSubsection.cpp.
References llvm::BinaryStreamReader::bytesRemaining(), llvm::codeview::corrupt_record, llvm::BinaryStreamReader::readArray(), and Size.
Referenced by initialize().
Error DebugCrossModuleExportsSubsectionRef::initialize | ( | BinaryStreamRef | Stream | ) |
Definition at line 30 of file DebugCrossExSubsection.cpp.
References initialize().