9#ifndef LLVM_DEBUGINFO_CODEVIEW_DEBUGINLINEELINESSUBSECTION_H
10#define LLVM_DEBUGINFO_CODEVIEW_DEBUGINLINEELINESSUBSECTION_H
29class DebugChecksumsSubsection;
56 bool HasExtraFiles =
false;
96 bool HasExtraFiles =
false);
99 return S->
kind() == DebugSubsectionKind::InlineeLines;
103 uint32_t calculateSerializedSize()
const override;
111 std::vector<Entry>::const_iterator
begin()
const {
return Entries.begin(); }
112 std::vector<Entry>::const_iterator
end()
const {
return Entries.end(); }
116 bool HasExtraFiles =
false;
118 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
LLVM_ABI bool hasExtraFiles() const
LLVM_ABI DebugInlineeLinesSubsectionRef()
Error initialize(BinaryStreamRef Section)
LLVM_ABI Error initialize(BinaryStreamReader Reader)
static bool classof(const DebugSubsectionRef *S)
void setHasExtraFiles(bool Has)
std::vector< Entry >::const_iterator begin() const
std::vector< Entry >::const_iterator end() const
bool hasExtraFiles() const
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