LLVM 20.0.0git
|
#include "llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h"
Public Member Functions | |
DebugInlineeLinesSubsectionRef () | |
Error | initialize (BinaryStreamReader Reader) |
Error | initialize (BinaryStreamRef Section) |
bool | valid () const |
bool | hasExtraFiles () const |
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 60 of file DebugInlineeLinesSubsection.h.
DebugInlineeLinesSubsectionRef::DebugInlineeLinesSubsectionRef | ( | ) |
Definition at line 43 of file DebugInlineeLinesSubsection.cpp.
|
inline |
Definition at line 79 of file DebugInlineeLinesSubsection.h.
References llvm::VarStreamArray< ValueType, Extractor >::begin().
|
inlinestatic |
Definition at line 67 of file DebugInlineeLinesSubsection.h.
References llvm::codeview::InlineeLines, and llvm::codeview::DebugSubsectionRef::kind().
|
inline |
Definition at line 80 of file DebugInlineeLinesSubsection.h.
References llvm::VarStreamArray< ValueType, Extractor >::end().
bool DebugInlineeLinesSubsectionRef::hasExtraFiles | ( | ) | const |
Definition at line 58 of file DebugInlineeLinesSubsection.cpp.
References llvm::codeview::ExtraFiles.
Referenced by initialize().
Error DebugInlineeLinesSubsectionRef::initialize | ( | BinaryStreamReader | Reader | ) |
Definition at line 46 of file DebugInlineeLinesSubsection.cpp.
References assert(), llvm::BinaryStreamReader::bytesRemaining(), llvm::codeview::EC, llvm::VarStreamArray< ValueType, Extractor >::getExtractor(), hasExtraFiles(), llvm::BinaryStreamReader::readArray(), llvm::BinaryStreamReader::readEnum(), and llvm::Error::success().
Referenced by initialize(), and llvm::codeview::visitDebugSubsection().
|
inline |
Definition at line 72 of file DebugInlineeLinesSubsection.h.
References initialize().
|
inline |
Definition at line 76 of file DebugInlineeLinesSubsection.h.
References llvm::VarStreamArray< ValueType, Extractor >::valid().