Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp30 ModuleDebugStreamRef::ModuleDebugStreamRef( in ModuleDebugStreamRef() function in ModuleDebugStreamRef
35 ModuleDebugStreamRef::~ModuleDebugStreamRef() = default;
37 Error ModuleDebugStreamRef::reload() { in reload()
94 BinarySubstreamRef ModuleDebugStreamRef::getSymbolsSubstream() const { in getSymbolsSubstream()
98 BinarySubstreamRef ModuleDebugStreamRef::getC11LinesSubstream() const { in getC11LinesSubstream()
111 ModuleDebugStreamRef::symbols(bool *HadError) const { in symbols()
121 iterator_range<ModuleDebugStreamRef::DebugSubsectionIterator>
122 ModuleDebugStreamRef::subsections() const { in subsections()
126 bool ModuleDebugStreamRef::hasDebugSubsections() const { in hasDebugSubsections()
130 Error ModuleDebugStreamRef::commit() { return Error::success(); } in commit()
[all …]
H A DNativeInlineSiteSymbol.cpp38 findInlineeByTypeIndex(TypeIndex Id, ModuleDebugStreamRef &ModS) { in findInlineeByTypeIndex()
135 Expected<ModuleDebugStreamRef> ModS = Session.getModuleDebugStream(Modi); in findInlineeLinesByVA()
H A DNativeFunctionSymbol.cpp98 Expected<ModuleDebugStreamRef> ModS = Session.getModuleDebugStream(Modi); in findInlineFramesByVA()
H A DSymbolCache.cpp347 Expected<ModuleDebugStreamRef> ExpectedModS = in findFunctionSymbolBySectOffset()
453 Expected<ModuleDebugStreamRef> ExpectedModS = in findLineTable()
550 Expected<ModuleDebugStreamRef> ExpectedModS = in findLineNumbersByVA()
H A DNativeSession.cpp444 Expected<ModuleDebugStreamRef>
458 ModuleDebugStreamRef ModS(Modi, std::move(ModStreamData)); in getModuleDebugStream()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h28 class ModuleDebugStreamRef {
32 ModuleDebugStreamRef(const DbiModuleDescriptor &Module,
34 ModuleDebugStreamRef(ModuleDebugStreamRef &&Other) = default;
35 ModuleDebugStreamRef(const ModuleDebugStreamRef &Other) = default;
36 ~ModuleDebugStreamRef();
54 ModuleDebugStreamRef &operator=(ModuleDebugStreamRef &&Other) = delete;
H A DNativeSession.h116 Expected<ModuleDebugStreamRef> getModuleDebugStream(uint32_t Index) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.h39 llvm::pdb::ModuleDebugStreamRef debug_stream,
46 llvm::pdb::ModuleDebugStreamRef m_debug_stream;
H A DCompileUnitIndex.cpp110 PdbCompilandId id, llvm::pdb::ModuleDebugStreamRef debug_stream, in CompilandIndexItem()
132 llvm::pdb::ModuleDebugStreamRef debug_stream(descriptor, nullptr); in GetOrCreateCompiland()
137 llvm::pdb::ModuleDebugStreamRef debug_stream(descriptor, in GetOrCreateCompiland()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DInputFile.h107 const ModuleDebugStreamRef &getPdbModuleStream() const;
123 std::shared_ptr<ModuleDebugStreamRef> DebugStream;
H A DInputFile.cpp37 static Expected<ModuleDebugStreamRef>
58 ModuleDebugStreamRef ModS(Modi, std::move(ModStreamData)); in getModuleDebugStream()
185 DebugStream = std::make_shared<ModuleDebugStreamRef>(std::move(*MDS)); in initializeForPdb()
203 const ModuleDebugStreamRef &SymbolGroup::getPdbModuleStream() const { in getPdbModuleStream()
H A DYAMLOutputStyle.h20 class ModuleDebugStreamRef; variable
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.cpp412 static Expected<ModuleDebugStreamRef> getModuleDebugStream(PDBFile &File, in getModuleDebugStream()
427 ModuleDebugStreamRef ModS(Modi, std::move(ModStreamData)); in getModuleDebugStream()
1585 ModuleDebugStreamRef &ModS = *ExpectedModS; in dumpModuleSymsForPdb()