|
LLVM
8.0.1
|
#include "llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h"


Public Member Functions | |
| DebugInlineeLinesSubsectionRef () | |
| Error | initialize (BinaryStreamReader Reader) |
| 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 62 of file DebugInlineeLinesSubsection.h.
| DebugInlineeLinesSubsectionRef::DebugInlineeLinesSubsectionRef | ( | ) |
Definition at line 43 of file DebugInlineeLinesSubsection.cpp.
References llvm::codeview::InlineeLines.
|
inline |
Definition at line 76 of file DebugInlineeLinesSubsection.h.
References llvm::codeview::Lines.
|
inlinestatic |
Definition at line 69 of file DebugInlineeLinesSubsection.h.
References initialize(), llvm::codeview::InlineeLines, and llvm::codeview::DebugSubsectionRef::kind().
|
inline |
Definition at line 77 of file DebugInlineeLinesSubsection.h.
References llvm::codeview::Lines.
| bool DebugInlineeLinesSubsectionRef::hasExtraFiles | ( | ) | const |
Definition at line 58 of file DebugInlineeLinesSubsection.cpp.
References llvm::codeview::ExtraFiles.
Referenced by getFileName(), and initialize().
| 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 llvm::codeview::visitDebugSubsection().
1.8.13