9#ifndef LLVM_DEBUGINFO_CODEVIEW_DEBUGINLINEELINESSUBSECTION_H
10#define LLVM_DEBUGINFO_CODEVIEW_DEBUGINLINEELINESSUBSECTION_H
28class DebugChecksumsSubsection;
55 bool HasExtraFiles =
false;
95 bool HasExtraFiles =
false);
110 std::vector<Entry>::const_iterator
begin()
const {
return Entries.begin(); }
111 std::vector<Entry>::const_iterator
end()
const {
return Entries.end(); }
115 bool HasExtraFiles =
false;
117 std::vector<Entry> Entries;
Lightweight arrays that are backed by an arbitrary BinaryStream.
Provides read only access to a subclass of BinaryStream.
BinaryStreamRef is to BinaryStream what ArrayRef is to an Array.
Provides write only access to a subclass of WritableBinaryStream.
Lightweight error class with error context and mandatory checking.
FixedStreamArray is similar to VarStreamArray, except with each record having a fixed-length.
StringRef - Represent a constant reference to a string, i.e.
VarStreamArray represents an array of variable length records backed by a stream.
VarStreamArrayIterator< InlineeSourceLine, VarStreamArrayExtractor< InlineeSourceLine > > Iterator
Iterator begin(bool *HadError=nullptr) const
bool hasExtraFiles() const
DebugInlineeLinesSubsectionRef()
Error initialize(BinaryStreamRef Section)
Error initialize(BinaryStreamReader Reader)
static bool classof(const DebugSubsectionRef *S)
uint32_t calculateSerializedSize() const override
void setHasExtraFiles(bool Has)
void addInlineSite(TypeIndex FuncId, StringRef FileName, uint32_t SourceLine)
std::vector< Entry >::const_iterator begin() const
std::vector< Entry >::const_iterator end() const
Error commit(BinaryStreamWriter &Writer) const override
bool hasExtraFiles() const
void addExtraFile(StringRef FileName)
static bool classof(const DebugSubsection *S)
DebugSubsectionKind kind() const
DebugSubsectionKind kind() const
This is an optimization pass for GlobalISel generic memory operations.
std::vector< support::ulittle32_t > ExtraFiles
InlineeSourceLineHeader Header
FixedStreamArray< support::ulittle32_t > ExtraFiles
const InlineeSourceLineHeader * Header