Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp129 InjectedSources.push_back(std::move(Desc)); in addInjectedSource()
183 if (!InjectedSources.empty()) { in finalizeMsfLayout()
184 for (const auto &IS : InjectedSources) { in finalizeMsfLayout()
210 for (const auto &IS : InjectedSources) { in finalizeMsfLayout()
262 for (const auto &IS : InjectedSources) { in commitInjectedSources()
H A DPDBFile.cpp384 if (!InjectedSources) { in getInjectedSourceStream()
396 InjectedSources = std::move(IJ); in getInjectedSourceStream()
398 return *InjectedSources; in getInjectedSourceStream()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIATable.cpp42 return PDB_TableType::InjectedSources; in getTableType()
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h93 InjectedSources, enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp205 cl::opt<bool> InjectedSources("injected-sources",
1308 if (opts::pretty::InjectedSources) { in dumpPretty()
207 cl::opt<bool> InjectedSources("injected-sources", global() variable