LLVM: llvm::codeview::DebugInlineeLinesSubsectionRef Class Reference (original) (raw)

#include "[llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h](DebugInlineeLinesSubsection%5F8h%5Fsource.html)"

Inheritance diagram for llvm::codeview::DebugInlineeLinesSubsectionRef:

[legend]

Public Member Functions
LLVM_ABI DebugInlineeLinesSubsectionRef ()
LLVM_ABI Error initialize (BinaryStreamReader Reader)
Error initialize (BinaryStreamRef Section)
bool valid () const
LLVM_ABI 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

Detailed Description

Definition at line 61 of file DebugInlineeLinesSubsection.h.

Constructor & Destructor Documentation

DebugInlineeLinesSubsectionRef::DebugInlineeLinesSubsectionRef ( )

Definition at line 43 of file DebugInlineeLinesSubsection.cpp.

References llvm::codeview::DebugSubsectionRef::DebugSubsectionRef(), and llvm::codeview::InlineeLines.

Member Function Documentation

begin()

Iterator llvm::codeview::DebugInlineeLinesSubsectionRef::begin ( ) const inline

Definition at line 80 of file DebugInlineeLinesSubsection.h.

classof()

bool llvm::codeview::DebugInlineeLinesSubsectionRef::classof ( const DebugSubsectionRef * S) inlinestatic

Definition at line 68 of file DebugInlineeLinesSubsection.h.

References llvm::codeview::DebugSubsectionRef::DebugSubsectionRef(), llvm::codeview::InlineeLines, and llvm::codeview::DebugSubsectionRef::kind().

end()

Iterator llvm::codeview::DebugInlineeLinesSubsectionRef::end ( ) const inline

Definition at line 81 of file DebugInlineeLinesSubsection.h.

hasExtraFiles()

bool DebugInlineeLinesSubsectionRef::hasExtraFiles ( ) const

Definition at line 58 of file DebugInlineeLinesSubsection.cpp.

References llvm::codeview::ExtraFiles.

Referenced by initialize().

initialize() [1/2]

Error DebugInlineeLinesSubsectionRef::initialize ( BinaryStreamReader Reader )

Definition at line 46 of file DebugInlineeLinesSubsection.cpp.

References assert(), llvm::BinaryStreamReader::bytesRemaining(), llvm::codeview::EC, hasExtraFiles(), llvm::BinaryStreamReader::readArray(), llvm::BinaryStreamReader::readEnum(), and llvm::Error::success().

Referenced by initialize().

initialize() [2/2]

Error llvm::codeview::DebugInlineeLinesSubsectionRef::initialize ( BinaryStreamRef Section) inline

Definition at line 73 of file DebugInlineeLinesSubsection.h.

References initialize().

valid()

bool llvm::codeview::DebugInlineeLinesSubsectionRef::valid ( ) const inline

Definition at line 77 of file DebugInlineeLinesSubsection.h.


The documentation for this class was generated from the following files: