Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp126 InjectedSources.push_back(std::move(Desc)); in addInjectedSource()
179 if (!InjectedSources.empty()) { in finalizeMsfLayout()
180 for (const auto &IS : InjectedSources) { in finalizeMsfLayout()
206 for (const auto &IS : InjectedSources) { in finalizeMsfLayout()
257 for (const auto &IS : InjectedSources) { in commitInjectedSources()
H A DPDBFile.cpp385 if (!InjectedSources) { in getInjectedSourceStream()
397 InjectedSources = std::move(IJ); in getInjectedSourceStream()
399 return *InjectedSources; in getInjectedSourceStream()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIATable.cpp42 return PDB_TableType::InjectedSources; in getTableType()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFileBuilder.h102 SmallVector<InjectedSourceDescriptor, 2> InjectedSources; variable
H A DPDBFile.h139 std::unique_ptr<InjectedSourceStream> InjectedSources; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h93 InjectedSources, enumerator
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp207 cl::opt<bool> InjectedSources("injected-sources", variable
1310 if (opts::pretty::InjectedSources) { in dumpPretty()