Searched refs:ModuleDebugStreamRef (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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() 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 D | NativeInlineSiteSymbol.cpp | 38 findInlineeByTypeIndex(TypeIndex Id, ModuleDebugStreamRef &ModS) { in findInlineeByTypeIndex() 135 Expected<ModuleDebugStreamRef> ModS = Session.getModuleDebugStream(Modi); in findInlineeLinesByVA()
|
H A D | SymbolCache.cpp | 347 Expected<ModuleDebugStreamRef> ExpectedModS = in findFunctionSymbolBySectOffset() 453 Expected<ModuleDebugStreamRef> ExpectedModS = in findLineTable() 550 Expected<ModuleDebugStreamRef> ExpectedModS = in findLineNumbersByVA()
|
H A D | NativeFunctionSymbol.cpp | 98 Expected<ModuleDebugStreamRef> ModS = Session.getModuleDebugStream(Modi); in findInlineFramesByVA()
|
H A D | NativeSession.cpp | 444 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 D | ModuleDebugStream.h | 28 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 D | NativeSession.h | 116 Expected<ModuleDebugStreamRef> getModuleDebugStream(uint32_t Index) const;
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | InputFile.h | 107 const ModuleDebugStreamRef &getPdbModuleStream() const; 123 std::shared_ptr<ModuleDebugStreamRef> DebugStream;
|
H A D | InputFile.cpp | 37 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 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.h | 20 class ModuleDebugStreamRef; variable
|
H A D | YAMLOutputStyle.cpp | 235 pdb::ModuleDebugStreamRef ModS(MI, std::move(ModStreamData)); in dumpDbiStream()
|
H A D | DumpOutputStyle.cpp | 412 static Expected<ModuleDebugStreamRef> getModuleDebugStream(PDBFile &File, in getModuleDebugStream() 427 ModuleDebugStreamRef ModS(Modi, std::move(ModStreamData)); in getModuleDebugStream() 1585 ModuleDebugStreamRef &ModS = *ExpectedModS; in dumpModuleSymsForPdb()
|