LLVM
8.0.1
|
#include "llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h"
Classes | |
struct | Entry |
Public Member Functions | |
DebugInlineeLinesSubsection (DebugChecksumsSubsection &Checksums, bool HasExtraFiles=false) | |
Error | commit (BinaryStreamWriter &Writer) const override |
uint32_t | calculateSerializedSize () const override |
void | addInlineSite (TypeIndex FuncId, StringRef FileName, uint32_t SourceLine) |
void | addExtraFile (StringRef FileName) |
bool | hasExtraFiles () const |
void | setHasExtraFiles (bool Has) |
std::vector< Entry >::const_iterator | begin () const |
std::vector< Entry >::const_iterator | end () const |
Public Member Functions inherited from llvm::codeview::DebugSubsection | |
DebugSubsection (DebugSubsectionKind Kind) | |
virtual | ~DebugSubsection () |
DebugSubsectionKind | kind () const |
Static Public Member Functions | |
static bool | classof (const DebugSubsection *S) |
Static Public Member Functions inherited from llvm::codeview::DebugSubsection | |
static bool | classof (const DebugSubsection *S) |
Additional Inherited Members | |
Protected Attributes inherited from llvm::codeview::DebugSubsection | |
DebugSubsectionKind | Kind |
Definition at line 84 of file DebugInlineeLinesSubsection.h.
DebugInlineeLinesSubsection::DebugInlineeLinesSubsection | ( | DebugChecksumsSubsection & | Checksums, |
bool | HasExtraFiles = false |
||
) |
Definition at line 62 of file DebugInlineeLinesSubsection.cpp.
void DebugInlineeLinesSubsection::addExtraFile | ( | StringRef | FileName | ) |
Definition at line 108 of file DebugInlineeLinesSubsection.cpp.
References llvm::codeview::DebugInlineeLinesSubsection::Entry::ExtraFiles, and llvm::codeview::DebugChecksumsSubsection::mapChecksumOffset().
void DebugInlineeLinesSubsection::addInlineSite | ( | TypeIndex | FuncId, |
StringRef | FileName, | ||
uint32_t | SourceLine | ||
) |
Definition at line 116 of file DebugInlineeLinesSubsection.cpp.
References llvm::codeview::InlineeSourceLineHeader::FileID, FuncId, llvm::codeview::DebugInlineeLinesSubsection::Entry::Header, llvm::codeview::InlineeSourceLineHeader::Inlinee, llvm::codeview::DebugChecksumsSubsection::mapChecksumOffset(), and llvm::codeview::InlineeSourceLineHeader::SourceLineNum.
|
inline |
Definition at line 107 of file DebugInlineeLinesSubsection.h.
|
overridevirtual |
Implements llvm::codeview::DebugSubsection.
Definition at line 67 of file DebugInlineeLinesSubsection.cpp.
|
inlinestatic |
Definition at line 94 of file DebugInlineeLinesSubsection.h.
References FuncId, llvm::codeview::InlineeLines, and llvm::codeview::DebugSubsection::kind().
|
overridevirtual |
Implements llvm::codeview::DebugSubsection.
Definition at line 84 of file DebugInlineeLinesSubsection.cpp.
References E, llvm::codeview::EC, llvm::codeview::ExtraFiles, llvm::makeArrayRef(), llvm::codeview::Normal, llvm::Error::success(), llvm::BinaryStreamWriter::writeArray(), llvm::BinaryStreamWriter::writeEnum(), llvm::BinaryStreamWriter::writeInteger(), and llvm::BinaryStreamWriter::writeObject().
|
inline |
Definition at line 108 of file DebugInlineeLinesSubsection.h.
|
inline |
Definition at line 104 of file DebugInlineeLinesSubsection.h.
|
inline |
Definition at line 105 of file DebugInlineeLinesSubsection.h.