Searched refs:ModuleDebugStreamRef (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | ModuleDebugStream.cpp | 31 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 D | InputFile.cpp | 38 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 D | NativeInlineSiteSymbol.cpp | 44 findInlineeByTypeIndex(TypeIndex Id, ModuleDebugStreamRef &ModS) { in findInlineeByTypeIndex() 193 Expected<ModuleDebugStreamRef> ModS = Session.getModuleDebugStream(Modi); in findInlineeLinesByVA()
|
H A D | NativeFunctionSymbol.cpp | 102 Expected<ModuleDebugStreamRef> ModS = Session.getModuleDebugStream(Modi); in findInlineFramesByVA()
|
H A D | SymbolCache.cpp | 352 Expected<ModuleDebugStreamRef> ExpectedModS = in findFunctionSymbolBySectOffset() 458 Expected<ModuleDebugStreamRef> ExpectedModS = in findLineTable() 555 Expected<ModuleDebugStreamRef> ExpectedModS = in findLineNumbersByVA()
|
H A D | NativeSession.cpp | 453 Expected<ModuleDebugStreamRef> 467 ModuleDebugStreamRef ModS(Modi, std::move(ModStreamData)); in getModuleDebugStream()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | ModuleDebugStream.h | 31 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 D | InputFile.h | 110 const ModuleDebugStreamRef &getPdbModuleStream() const; 126 std::shared_ptr<ModuleDebugStreamRef> DebugStream; 155 Expected<ModuleDebugStreamRef> 157 Expected<ModuleDebugStreamRef> getModuleDebugStream(PDBFile &File,
|
H A D | NativeSession.h | 26 class ModuleDebugStreamRef; variable 120 Expected<ModuleDebugStreamRef> getModuleDebugStream(uint32_t Index) const;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | CompileUnitIndex.h | 42 llvm::pdb::ModuleDebugStreamRef debug_stream, 49 llvm::pdb::ModuleDebugStreamRef m_debug_stream;
|
H A D | CompileUnitIndex.cpp | 128 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 D | BytesOutputStyle.cpp | 344 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 D | YAMLOutputStyle.cpp | 235 pdb::ModuleDebugStreamRef ModS(MI, std::move(ModStreamData)); in dumpDbiStream()
|
H A D | DumpOutputStyle.cpp | 1478 ModuleDebugStreamRef &ModS = *ExpectedModS; in dumpModuleSymsForPdb()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.cpp | 1032 Expected<ModuleDebugStreamRef> ExpectedModS = in createScopes() 1035 ModuleDebugStreamRef &ModS = *ExpectedModS; in createScopes()
|