Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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()
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 DModuleDebugStream.h29 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 DCompileUnitIndex.h40 llvm::pdb::ModuleDebugStreamRef debug_stream,
47 llvm::pdb::ModuleDebugStreamRef m_debug_stream;
H A DCompileUnitIndex.cpp111 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 DInputFile.h108 const ModuleDebugStreamRef &getPdbModuleStream() const;
124 std::shared_ptr<ModuleDebugStreamRef> DebugStream;
H A DInputFile.cpp38 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 DBytesOutputStyle.cpp347 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 DYAMLOutputStyle.h21 class ModuleDebugStreamRef; variable
H A DYAMLOutputStyle.cpp239 pdb::ModuleDebugStreamRef ModS(MI, std::move(ModStreamData)); in dumpDbiStream()
H A DDumpOutputStyle.cpp378 static Expected<ModuleDebugStreamRef> getModuleDebugStream(PDBFile &File, in getModuleDebugStream()
393 ModuleDebugStreamRef ModS(Modi, std::move(ModStreamData)); in getModuleDebugStream()
1505 ModuleDebugStreamRef &ModS = *ExpectedModS; in dumpModuleSymsForPdb()