Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A 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()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIATable.cpp43 return PDB_TableType::InjectedSources; in getTableType()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFileBuilder.h103 SmallVector<InjectedSourceDescriptor, 2> InjectedSources; variable
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h92 InjectedSources, enumerator
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp204 cl::opt<bool> InjectedSources("injected-sources", variable
1270 if (opts::pretty::InjectedSources) { in dumpPretty()