Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
50 Error ModuleDebugStreamRef::reloadSerialize(BinaryStreamReader &Reader) { in reloadSerialize()
90 ModuleDebugStreamRef::getSymbolArrayForScope(uint32_t ScopeBegin) const { in getSymbolArrayForScope()
94 BinarySubstreamRef ModuleDebugStreamRef::getSymbolsSubstream() const { in getSymbolsSubstream()
98 BinarySubstreamRef ModuleDebugStreamRef::getC11LinesSubstream() const { in getC11LinesSubstream()
102 BinarySubstreamRef ModuleDebugStreamRef::getC13LinesSubstream() const { in getC13LinesSubstream()
106 BinarySubstreamRef ModuleDebugStreamRef::getGlobalRefsSubstream() const { in getGlobalRefsSubstream()
111 ModuleDebugStreamRef::symbols(bool *HadError) const { in symbols()
[all …]
H A DNativeInlineSiteSymbol.cpp38 findInlineeByTypeIndex(TypeIndex Id, ModuleDebugStreamRef &ModS) { in findInlineeByTypeIndex()
135 Expected<ModuleDebugStreamRef> ModS = Session.getModuleDebugStream(Modi); in findInlineeLinesByVA()
H A DSymbolCache.cpp347 Expected<ModuleDebugStreamRef> ExpectedModS = in findFunctionSymbolBySectOffset()
453 Expected<ModuleDebugStreamRef> ExpectedModS = in findLineTable()
550 Expected<ModuleDebugStreamRef> ExpectedModS = in findLineNumbersByVA()
H A DNativeFunctionSymbol.cpp98 Expected<ModuleDebugStreamRef> ModS = Session.getModuleDebugStream(Modi); in findInlineFramesByVA()
H A DNativeSession.cpp444 Expected<ModuleDebugStreamRef>
458 ModuleDebugStreamRef ModS(Modi, std::move(ModStreamData)); in getModuleDebugStream()
/netbsd-src/external/apache2/llvm/dist/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;
/netbsd-src/external/apache2/llvm/dist/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 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.h20 class ModuleDebugStreamRef; variable
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()