LLVM
8.0.1
|
#include "llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h"
Public Member Functions | |
DebugSymbolsSubsectionRef () | |
Error | initialize (BinaryStreamReader Reader) |
CVSymbolArray::Iterator | begin () const |
CVSymbolArray::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 19 of file DebugSymbolsSubsection.h.
|
inline |
Definition at line 21 of file DebugSymbolsSubsection.h.
|
inline |
Definition at line 30 of file DebugSymbolsSubsection.h.
References llvm::VarStreamArray< ValueType, Extractor >::begin().
|
inlinestatic |
Definition at line 24 of file DebugSymbolsSubsection.h.
References initialize(), llvm::codeview::DebugSubsectionRef::kind(), and llvm::codeview::Symbols.
|
inline |
Definition at line 31 of file DebugSymbolsSubsection.h.
References llvm::VarStreamArray< ValueType, Extractor >::end().
Error DebugSymbolsSubsectionRef::initialize | ( | BinaryStreamReader | Reader | ) |
Definition at line 15 of file DebugSymbolsSubsection.cpp.
References llvm::BinaryStreamReader::getLength(), and llvm::BinaryStreamReader::readArray().
Referenced by classof(), and llvm::codeview::visitDebugSubsection().