Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp119 InjectedSources.push_back(std::move(Desc)); in addInjectedSource()
172 if (!InjectedSources.empty()) { in finalizeMsfLayout()
173 for (const auto &IS : InjectedSources) { in finalizeMsfLayout()
199 for (const auto &IS : InjectedSources) { in finalizeMsfLayout()
250 for (const auto &IS : InjectedSources) { in commitInjectedSources()
H A DPDBFile.cpp386 if (!InjectedSources) { in getInjectedSourceStream()
398 InjectedSources = std::move(IJ); in getInjectedSourceStream()
400 return *InjectedSources; in getInjectedSourceStream()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIATable.cpp42 return PDB_TableType::InjectedSources; in getTableType()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFileBuilder.h99 SmallVector<InjectedSourceDescriptor, 2> InjectedSources; variable
H A DPDBFile.h141 std::unique_ptr<InjectedSourceStream> InjectedSources; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h93 InjectedSources, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp203 cl::opt<bool> InjectedSources("injected-sources", variable
1284 if (opts::pretty::InjectedSources) { in dumpPretty()