Home
last modified time | relevance | path

Searched refs:ModuleSubstream (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/DebugInfo/CodeView/
DModuleSubstream.cpp17 ModuleSubstream::ModuleSubstream() : Kind(ModuleSubstreamKind::None) {} in ModuleSubstream() function in ModuleSubstream
19 ModuleSubstream::ModuleSubstream(ModuleSubstreamKind Kind, StreamRef Data) in ModuleSubstream() function in ModuleSubstream
22 Error ModuleSubstream::initialize(StreamRef Stream, ModuleSubstream &Info) { in initialize()
36 uint32_t ModuleSubstream::getRecordLength() const { in getRecordLength()
40 ModuleSubstreamKind ModuleSubstream::getSubstreamKind() const { return Kind; } in getSubstreamKind()
42 StreamRef ModuleSubstream::getRecordData() const { return Data; } in getRecordData()
DCMakeLists.txt11 ModuleSubstream.cpp
DModuleSubstreamVisitor.cpp58 Error llvm::codeview::visitModuleSubstream(const ModuleSubstream &R, in visitModuleSubstream()
/external/llvm/include/llvm/DebugInfo/CodeView/
DModuleSubstream.h59 class ModuleSubstream {
61 ModuleSubstream();
62 ModuleSubstream(ModuleSubstreamKind Kind, StreamRef Data);
63 static Error initialize(StreamRef Stream, ModuleSubstream &Info);
73 template <> struct VarStreamArrayExtractor<ModuleSubstream> {
75 ModuleSubstream &Info) const {
76 if (auto EC = ModuleSubstream::initialize(Stream, Info))
83 typedef VarStreamArray<ModuleSubstream> ModuleSubstreamArray;
DModuleSubstreamVisitor.h115 Error visitModuleSubstream(const ModuleSubstream &R,