Home
last modified time | relevance | path

Searched refs:InjectedSources (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFileBuilder.cpp121 InjectedSources.push_back(std::move(Desc)); in addInjectedSource()
174 if (!InjectedSources.empty()) { in finalizeMsfLayout()
175 for (const auto &IS : InjectedSources) { in finalizeMsfLayout()
201 for (const auto &IS : InjectedSources) { in finalizeMsfLayout()
252 for (const auto &IS : InjectedSources) { in commitInjectedSources()
DPDBFile.cpp385 if (!InjectedSources) { in getInjectedSourceStream()
397 InjectedSources = std::move(IJ); in getInjectedSourceStream()
399 return *InjectedSources; in getInjectedSourceStream()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIATable.cpp42 return PDB_TableType::InjectedSources; in getTableType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFileBuilder.h102 SmallVector<InjectedSourceDescriptor, 2> InjectedSources; variable
DPDBFile.h141 std::unique_ptr<InjectedSourceStream> InjectedSources; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h91 InjectedSources, enumerator