LLVM 20.0.0git
|
#include "llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h"
Public Member Functions | |
DebugCrossModuleImportsSubsectionRef () | |
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 48 of file DebugCrossImpSubsection.h.
|
inline |
Definition at line 53 of file DebugCrossImpSubsection.h.
|
inline |
Definition at line 63 of file DebugCrossImpSubsection.h.
References llvm::VarStreamArray< ValueType, Extractor >::begin().
|
inlinestatic |
Definition at line 56 of file DebugCrossImpSubsection.h.
References llvm::codeview::CrossScopeImports, and llvm::codeview::DebugSubsectionRef::kind().
|
inline |
Definition at line 64 of file DebugCrossImpSubsection.h.
References llvm::VarStreamArray< ValueType, Extractor >::end().
Error DebugCrossModuleImportsSubsectionRef::initialize | ( | BinaryStreamReader | Reader | ) |
Definition at line 44 of file DebugCrossImpSubsection.cpp.
References llvm::BinaryStreamReader::bytesRemaining(), and llvm::BinaryStreamReader::readArray().
Referenced by initialize().
Error DebugCrossModuleImportsSubsectionRef::initialize | ( | BinaryStreamRef | Stream | ) |
Definition at line 49 of file DebugCrossImpSubsection.cpp.
References initialize().