HomeSort by: relevance | last modified time | path
    Searched refs:InjectedSources (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIATable.cpp 42 return PDB_TableType::InjectedSources;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
PDBFileBuilder.cpp 119 InjectedSources.push_back(std::move(Desc));
172 if (!InjectedSources.empty()) {
173 for (const auto &IS : InjectedSources) {
199 for (const auto &IS : InjectedSources) {
250 for (const auto &IS : InjectedSources) {
PDBFile.cpp 386 if (!InjectedSources) {
398 InjectedSources = std::move(IJ);
400 return *InjectedSources;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
PDBFileBuilder.h 99 SmallVector<InjectedSourceDescriptor, 2> InjectedSources;
PDBFile.h 141 std::unique_ptr<InjectedSourceStream> InjectedSources;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 93 InjectedSources,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
llvm-pdbutil.cpp 203 cl::opt<bool> InjectedSources("injected-sources",
1284 if (opts::pretty::InjectedSources) {

Completed in 20 milliseconds