Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DModuleDebugStream.cpp28 ModuleDebugStreamRef::ModuleDebugStreamRef( in ModuleDebugStreamRef() function in ModuleDebugStreamRef
33 ModuleDebugStreamRef::~ModuleDebugStreamRef() = default;
35 Error ModuleDebugStreamRef::reload() { in reload()
79 BinarySubstreamRef ModuleDebugStreamRef::getSymbolsSubstream() const { in getSymbolsSubstream()
83 BinarySubstreamRef ModuleDebugStreamRef::getC11LinesSubstream() const { in getC11LinesSubstream()
87 BinarySubstreamRef ModuleDebugStreamRef::getC13LinesSubstream() const { in getC13LinesSubstream()
91 BinarySubstreamRef ModuleDebugStreamRef::getGlobalRefsSubstream() const { in getGlobalRefsSubstream()
96 ModuleDebugStreamRef::symbols(bool *HadError) const { in symbols()
100 iterator_range<ModuleDebugStreamRef::DebugSubsectionIterator>
101 ModuleDebugStreamRef::subsections() const { in subsections()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DModuleDebugStream.h28 class ModuleDebugStreamRef {
32 ModuleDebugStreamRef(const DbiModuleDescriptor &Module,
34 ModuleDebugStreamRef(ModuleDebugStreamRef &&Other) = default;
35 ModuleDebugStreamRef(const ModuleDebugStreamRef &Other) = default;
36 ~ModuleDebugStreamRef();
52 ModuleDebugStreamRef &operator=(ModuleDebugStreamRef &&Other) = delete;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DInputFile.h108 const ModuleDebugStreamRef &getPdbModuleStream() const;
122 std::shared_ptr<ModuleDebugStreamRef> DebugStream;
DInputFile.cpp38 static Expected<ModuleDebugStreamRef>
55 ModuleDebugStreamRef ModS(Modi, std::move(ModStreamData)); in getModuleDebugStream()
177 DebugStream = std::make_shared<ModuleDebugStreamRef>(std::move(*MDS)); in initializeForPdb()
195 const ModuleDebugStreamRef &SymbolGroup::getPdbModuleStream() const { in getPdbModuleStream()
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()
DYAMLOutputStyle.h21 class ModuleDebugStreamRef; variable
DYAMLOutputStyle.cpp230 pdb::ModuleDebugStreamRef ModS(MI, std::move(ModStreamData)); in dumpDbiStream()
DDumpOutputStyle.cpp361 static Expected<ModuleDebugStreamRef> getModuleDebugStream(PDBFile &File, in getModuleDebugStream()
376 ModuleDebugStreamRef ModS(Modi, std::move(ModStreamData)); in getModuleDebugStream()
1344 ModuleDebugStreamRef &ModS = *ExpectedModS; in dumpModuleSymsForPdb()