Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFileBuilder.cpp122 InjectedSources.push_back(std::move(Desc)); in addInjectedSource()
175 if (!InjectedSources.empty()) { in finalizeMsfLayout()
176 for (const auto &IS : InjectedSources) { in finalizeMsfLayout()
202 for (const auto &IS : InjectedSources) { in finalizeMsfLayout()
253 for (const auto &IS : InjectedSources) { in commitInjectedSources()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIATable.cpp54 return PDB_TableType::InjectedSources; in getTableType()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFileBuilder.h101 SmallVector<InjectedSourceDescriptor, 2> InjectedSources; variable
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h90 InjectedSources, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h88 InjectedSources, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
Dllvm-pdbutil.cpp163 cl::opt<bool> InjectedSources("injected-sources", variable
1152 if (opts::pretty::InjectedSources) { in dumpPretty()