Lines Matching refs:ModuleDebugStreamRef
30 ModuleDebugStreamRef::ModuleDebugStreamRef( in ModuleDebugStreamRef() function in ModuleDebugStreamRef
35 ModuleDebugStreamRef::~ModuleDebugStreamRef() = default;
37 Error ModuleDebugStreamRef::reload() { in reload()
83 ModuleDebugStreamRef::getSymbolArrayForScope(uint32_t ScopeBegin) const { in getSymbolArrayForScope()
87 BinarySubstreamRef ModuleDebugStreamRef::getSymbolsSubstream() const { in getSymbolsSubstream()
91 BinarySubstreamRef ModuleDebugStreamRef::getC11LinesSubstream() const { in getC11LinesSubstream()
95 BinarySubstreamRef ModuleDebugStreamRef::getC13LinesSubstream() const { in getC13LinesSubstream()
99 BinarySubstreamRef ModuleDebugStreamRef::getGlobalRefsSubstream() const { in getGlobalRefsSubstream()
104 ModuleDebugStreamRef::symbols(bool *HadError) const { in symbols()
108 CVSymbol ModuleDebugStreamRef::readSymbolAtOffset(uint32_t Offset) const { in readSymbolAtOffset()
114 iterator_range<ModuleDebugStreamRef::DebugSubsectionIterator>
115 ModuleDebugStreamRef::subsections() const { in subsections()
119 bool ModuleDebugStreamRef::hasDebugSubsections() const { in hasDebugSubsections()
123 Error ModuleDebugStreamRef::commit() { return Error::success(); } in commit()
126 ModuleDebugStreamRef::findChecksumsSubsection() const { in findChecksumsSubsection()