Searched refs:ModuleDebugStreamRef (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | ModuleDebugStream.cpp | 30 ModuleDebugStreamRef::ModuleDebugStreamRef( in ModuleDebugStreamRef() function in ModuleDebugStreamRef 35 ModuleDebugStreamRef::~ModuleDebugStreamRef() = default; 37 Error ModuleDebugStreamRef::reload() { in reload() 87 BinarySubstreamRef ModuleDebugStreamRef::getSymbolsSubstream() const { in getSymbolsSubstream() 91 BinarySubstreamRef ModuleDebugStreamRef::getC11LinesSubstream() const { in getC11LinesSubstream() 104 ModuleDebugStreamRef::symbols(bool *HadError) const { in symbols() 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() [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | ModuleDebugStream.h | 29 class ModuleDebugStreamRef { 33 ModuleDebugStreamRef(const DbiModuleDescriptor &Module, 35 ModuleDebugStreamRef(ModuleDebugStreamRef &&Other) = default; 36 ModuleDebugStreamRef(const ModuleDebugStreamRef &Other) = default; 37 ~ModuleDebugStreamRef(); 55 ModuleDebugStreamRef &operator=(ModuleDebugStreamRef &&Other) = delete;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | CompileUnitIndex.h | 40 llvm::pdb::ModuleDebugStreamRef debug_stream, 47 llvm::pdb::ModuleDebugStreamRef m_debug_stream;
|
| H A D | CompileUnitIndex.cpp | 111 PdbCompilandId id, llvm::pdb::ModuleDebugStreamRef debug_stream, in CompilandIndexItem() 128 llvm::pdb::ModuleDebugStreamRef debug_stream(descriptor, in GetOrCreateCompiland()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | InputFile.h | 108 const ModuleDebugStreamRef &getPdbModuleStream() const; 124 std::shared_ptr<ModuleDebugStreamRef> DebugStream;
|
| H A D | InputFile.cpp | 38 static Expected<ModuleDebugStreamRef> 59 ModuleDebugStreamRef ModS(Modi, std::move(ModStreamData)); in getModuleDebugStream() 182 DebugStream = std::make_shared<ModuleDebugStreamRef>(std::move(*MDS)); in initializeForPdb() 200 const ModuleDebugStreamRef &SymbolGroup::getPdbModuleStream() const { in getPdbModuleStream()
|
| H A D | BytesOutputStyle.cpp | 347 ModuleDebugStreamRef ModStream(Modi, std::move(ModStreamData)); in iterateOneModule() 389 [this](uint32_t Modi, const ModuleDebugStreamRef &Stream, in dumpModuleSyms() 402 [this](uint32_t Modi, const ModuleDebugStreamRef &Stream, in dumpModuleC11() 417 [this](uint32_t Modi, const ModuleDebugStreamRef &Stream, in dumpModuleC13()
|
| H A D | YAMLOutputStyle.h | 21 class ModuleDebugStreamRef; variable
|
| H A D | YAMLOutputStyle.cpp | 239 pdb::ModuleDebugStreamRef ModS(MI, std::move(ModStreamData)); in dumpDbiStream()
|
| H A D | DumpOutputStyle.cpp | 378 static Expected<ModuleDebugStreamRef> getModuleDebugStream(PDBFile &File, in getModuleDebugStream() 393 ModuleDebugStreamRef ModS(Modi, std::move(ModStreamData)); in getModuleDebugStream() 1505 ModuleDebugStreamRef &ModS = *ExpectedModS; in dumpModuleSymsForPdb()
|