Home
last modified time | relevance | path

Searched refs:ModuleDebugStreamRef (Results 1 – 15 of 15) sorted by relevance

/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp29 ModuleDebugStreamRef::ModuleDebugStreamRef(
34 ModuleDebugStreamRef::~ModuleDebugStreamRef() = default; in ModuleDebugStreamRef()
36 Error ModuleDebugStreamRef::reload() {
49 Error ModuleDebugStreamRef::reloadSerialize(BinaryStreamReader &Reader) { in reload()
89 ModuleDebugStreamRef::getSymbolArrayForScope(uint32_t ScopeBegin) const {
93 BinarySubstreamRef ModuleDebugStreamRef::getSymbolsSubstream() const { in getSymbolArrayForScope()
97 BinarySubstreamRef ModuleDebugStreamRef::getC11LinesSubstream() const { in getSymbolsSubstream()
101 BinarySubstreamRef ModuleDebugStreamRef in getC11LinesSubstream()
31 ModuleDebugStreamRef::ModuleDebugStreamRef( ModuleDebugStreamRef() function in ModuleDebugStreamRef
[all...]
H A DInputFile.cpp38 Expected<ModuleDebugStreamRef>
61 ModuleDebugStreamRef ModS(Modi, std::move(ModStreamData)); in getModuleDebugStream()
69 Expected<ModuleDebugStreamRef> llvm::pdb::getModuleDebugStream(PDBFile &File, in getModuleDebugStream()
85 ModuleDebugStreamRef ModS(Modi, std::move(ModStreamData)); in getModuleDebugStream()
212 DebugStream = std::make_shared<ModuleDebugStreamRef>(std::move(*MDS)); in initializeForPdb()
230 const ModuleDebugStreamRef &SymbolGroup::getPdbModuleStream() const { in getPdbModuleStream()
H A DNativeInlineSiteSymbol.cpp44 findInlineeByTypeIndex(TypeIndex Id, ModuleDebugStreamRef &ModS) { in findInlineeByTypeIndex()
193 Expected<ModuleDebugStreamRef> ModS = Session.getModuleDebugStream(Modi); in findInlineeLinesByVA()
H A DNativeFunctionSymbol.cpp102 Expected<ModuleDebugStreamRef> ModS = Session.getModuleDebugStream(Modi); in findInlineFramesByVA()
H A DSymbolCache.cpp352 Expected<ModuleDebugStreamRef> ExpectedModS = in findFunctionSymbolBySectOffset()
462 Expected<ModuleDebugStreamRef> ExpectedModS = in findLineTable()
559 Expected<ModuleDebugStreamRef> ExpectedModS = in findLineNumbersByVA()
H A DNativeSession.cpp451 Expected<ModuleDebugStreamRef> in parseSectionContribs()
465 ModuleDebugStreamRef ModS(Modi, std::move(ModStreamData)); in getModuleDebugStream()
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h31 class ModuleDebugStreamRef {
35 ModuleDebugStreamRef(const DbiModuleDescriptor &Module,
37 ModuleDebugStreamRef(ModuleDebugStreamRef &&Other) = default;
38 ModuleDebugStreamRef(const ModuleDebugStreamRef &Other) = default;
39 ~ModuleDebugStreamRef();
57 ModuleDebugStreamRef &operator=(ModuleDebugStreamRef &&Other) = delete;
H A DInputFile.h110 const ModuleDebugStreamRef &getPdbModuleStream() const;
126 std::shared_ptr<ModuleDebugStreamRef> DebugStream;
155 Expected<ModuleDebugStreamRef>
157 Expected<ModuleDebugStreamRef> getModuleDebugStream(PDBFile &File,
H A DNativeSession.h26 class ModuleDebugStreamRef; variable
120 Expected<ModuleDebugStreamRef> getModuleDebugStream(uint32_t Index) const;
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.h42 llvm::pdb::ModuleDebugStreamRef debug_stream,
49 llvm::pdb::ModuleDebugStreamRef m_debug_stream;
H A DCompileUnitIndex.cpp128 PdbCompilandId id, llvm::pdb::ModuleDebugStreamRef debug_stream, in CompilandIndexItem()
150 llvm::pdb::ModuleDebugStreamRef debug_stream(descriptor, nullptr); in GetOrCreateCompiland()
155 llvm::pdb::ModuleDebugStreamRef debug_stream(descriptor, in GetOrCreateCompiland()
/llvm-project/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp344 ModuleDebugStreamRef ModStream(Modi, std::move(ModStreamData)); in iterateOneModule()
386 [this](uint32_t Modi, const ModuleDebugStreamRef &Stream, in dumpModuleSyms()
399 [this](uint32_t Modi, const ModuleDebugStreamRef &Stream, in dumpModuleC11()
414 [this](uint32_t Modi, const ModuleDebugStreamRef &Stream, in dumpModuleC13()
H A DYAMLOutputStyle.cpp235 pdb::ModuleDebugStreamRef ModS(MI, std::move(ModStreamData)); in dumpDbiStream()
H A DDumpOutputStyle.cpp1478 ModuleDebugStreamRef &ModS = *ExpectedModS; in dumpModuleSymsForPdb()
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp1027 Expected<ModuleDebugStreamRef> ExpectedModS = in createScopes()
1030 ModuleDebugStreamRef &ModS = *ExpectedModS; in createScopes()