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


Public Member Functions | |
| DebugLinesSubsectionRef () | |
| Error | initialize (BinaryStreamReader Reader) |
| Iterator | begin () const |
| Iterator | end () const |
| const LineFragmentHeader * | header () const |
| bool | hasColumnInfo () 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) |
Friends | |
| class | LineColumnExtractor |
Additional Inherited Members | |
Protected Attributes inherited from llvm::codeview::DebugSubsectionRef | |
| DebugSubsectionKind | Kind |
Definition at line 79 of file DebugLinesSubsection.h.
| DebugLinesSubsectionRef::DebugLinesSubsectionRef | ( | ) |
Definition at line 54 of file DebugLinesSubsection.cpp.
|
inline |
Definition at line 94 of file DebugLinesSubsection.h.
|
inlinestatic |
Definition at line 88 of file DebugLinesSubsection.h.
References initialize(), llvm::codeview::DebugSubsectionRef::kind(), and llvm::codeview::Lines.
|
inline |
Definition at line 95 of file DebugLinesSubsection.h.
| bool DebugLinesSubsectionRef::hasColumnInfo | ( | ) | const |
Definition at line 68 of file DebugLinesSubsection.cpp.
References llvm::codeview::LineFragmentHeader::Flags, and llvm::codeview::LF_HaveColumns.
|
inline |
Definition at line 97 of file DebugLinesSubsection.h.
Referenced by getFileName().
| Error DebugLinesSubsectionRef::initialize | ( | BinaryStreamReader | Reader | ) |
Definition at line 57 of file DebugLinesSubsection.cpp.
References llvm::BinaryStreamReader::bytesRemaining(), llvm::codeview::EC, llvm::VarStreamArray< ValueType, Extractor >::getExtractor(), llvm::codeview::LineColumnExtractor::Header, llvm::BinaryStreamReader::readArray(), llvm::BinaryStreamReader::readObject(), and llvm::Error::success().
Referenced by llvm::codeview::visitDebugSubsection().
|
friend |
Definition at line 80 of file DebugLinesSubsection.h.
1.8.13