Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp31 ModuleDebugStreamRef::ModuleDebugStreamRef( in ModuleDebugStreamRef() function in ModuleDebugStreamRef
36 ModuleDebugStreamRef::~ModuleDebugStreamRef() = default;
38 Error ModuleDebugStreamRef::reload() { in reload()
51 Error ModuleDebugStreamRef::reloadSerialize(BinaryStreamReader &Reader) { in reloadSerialize()
91 ModuleDebugStreamRef::getSymbolArrayForScope(uint32_t ScopeBegin) const { in getSymbolArrayForScope()
95 BinarySubstreamRef ModuleDebugStreamRef::getSymbolsSubstream() const { in getSymbolsSubstream()
99 BinarySubstreamRef ModuleDebugStreamRef::getC11LinesSubstream() const { in getC11LinesSubstream()
103 BinarySubstreamRef ModuleDebugStreamRef::getC13LinesSubstream() const { in getC13LinesSubstream()
107 BinarySubstreamRef ModuleDebugStreamRef::getGlobalRefsSubstream() const { in getGlobalRefsSubstream()
112 ModuleDebugStreamRef::symbols(bool *HadError) const { in symbols()
[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()
458 Expected<ModuleDebugStreamRef> ExpectedModS = in findLineTable()
555 Expected<ModuleDebugStreamRef> ExpectedModS = in findLineNumbersByVA()
H A DNativeSession.cpp453 Expected<ModuleDebugStreamRef>
467 ModuleDebugStreamRef ModS(Modi, std::move(ModStreamData)); in getModuleDebugStream()
/freebsd/contrib/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;
/freebsd/contrib/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()
/freebsd/contrib/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()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp1032 Expected<ModuleDebugStreamRef> ExpectedModS = in createScopes()
1035 ModuleDebugStreamRef &ModS = *ExpectedModS; in createScopes()