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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIATable.cpp42 return PDB_TableType::InjectedSources;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp120 InjectedSources.push_back(std::move(Desc));
173 if (!InjectedSources.empty()) {
174 for (const auto &IS : InjectedSources) {
200 for (const auto &IS : InjectedSources) {
251 for (const auto &IS : InjectedSources) {
H A DPDBFile.cpp386 if (!InjectedSources) {
398 InjectedSources = std::move(IJ);
400 return *InjectedSources;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFileBuilder.h101 SmallVector<InjectedSourceDescriptor, 2> InjectedSources; member in class:llvm::pdb::PDBFileBuilder
H A DPDBFile.h141 std::unique_ptr<InjectedSourceStream> InjectedSources; member in class:llvm::pdb::PDBFile
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h93 InjectedSources, member in class:llvm::pdb::PDB_TableType
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp203 cl::opt<bool> InjectedSources("injected-sources",
1285 if (opts::pretty::InjectedSources) {

Completed in 74 milliseconds