LLVM 22.0.0git
|
#include "llvm/DebugInfo/CodeView/DebugLinesSubsection.h"
Public Member Functions | |
LLVM_ABI | DebugLinesSubsectionRef () |
LLVM_ABI Error | initialize (BinaryStreamReader Reader) |
Iterator | begin () const |
Iterator | end () const |
const LineFragmentHeader * | header () const |
LLVM_ABI 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 80 of file DebugLinesSubsection.h.
DebugLinesSubsectionRef::DebugLinesSubsectionRef | ( | ) |
Definition at line 53 of file DebugLinesSubsection.cpp.
References llvm::codeview::DebugSubsectionRef::DebugSubsectionRef(), and llvm::codeview::Lines.
|
inline |
Definition at line 95 of file DebugLinesSubsection.h.
|
inlinestatic |
Definition at line 89 of file DebugLinesSubsection.h.
References llvm::codeview::DebugSubsectionRef::DebugSubsectionRef(), llvm::codeview::DebugSubsectionRef::kind(), and llvm::codeview::Lines.
|
inline |
Definition at line 96 of file DebugLinesSubsection.h.
bool DebugLinesSubsectionRef::hasColumnInfo | ( | ) | const |
Definition at line 67 of file DebugLinesSubsection.cpp.
References llvm::codeview::LF_HaveColumns.
|
inline |
Definition at line 98 of file DebugLinesSubsection.h.
Error DebugLinesSubsectionRef::initialize | ( | BinaryStreamReader | Reader | ) |
Definition at line 56 of file DebugLinesSubsection.cpp.
References llvm::BinaryStreamReader::bytesRemaining(), llvm::codeview::EC, llvm::BinaryStreamReader::readArray(), llvm::BinaryStreamReader::readObject(), and llvm::Error::success().
|
friend |
Definition at line 81 of file DebugLinesSubsection.h.
References LineColumnExtractor, and LLVM_ABI.
Referenced by LineColumnExtractor.