Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DPDBFileBuilder.cpp120 InjectedSources.push_back(std::move(Desc)); in addInjectedSource()
173 if (!InjectedSources.empty()) { in finalizeMsfLayout()
174 for (const auto &IS : InjectedSources) { in finalizeMsfLayout()
200 for (const auto &IS : InjectedSources) { in finalizeMsfLayout()
251 for (const auto &IS : InjectedSources) { in commitInjectedSources()
DPDBFile.cpp386 if (!InjectedSources) { in getInjectedSourceStream()
398 InjectedSources = std::move(IJ); in getInjectedSourceStream()
400 return *InjectedSources; in getInjectedSourceStream()
/external/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()
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIATable.cpp42 return PDB_TableType::InjectedSources; in getTableType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIATable.cpp42 return PDB_TableType::InjectedSources; in getTableType()
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFileBuilder.h101 SmallVector<InjectedSourceDescriptor, 2> InjectedSources; variable
DPDBFile.h141 std::unique_ptr<InjectedSourceStream> InjectedSources; variable
/external/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
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h90 InjectedSources, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h91 InjectedSources, enumerator
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h93 InjectedSources, enumerator
/external/llvm-project/llvm/tools/llvm-pdbutil/
Dllvm-pdbutil.cpp203 cl::opt<bool> InjectedSources("injected-sources", variable
1285 if (opts::pretty::InjectedSources) { in dumpPretty()