Home
last modified time | relevance | path

Searched defs:SourceFiles (Results 1 – 14 of 14) sorted by relevance

/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.cpp199 ArrayRef<std::string> SourceFiles, in renderFiles() argument
211 std::vector<std::string> SourceFiles; in renderRoot() local
219 void CoverageExporterLcov::renderRoot(ArrayRef<std::string> SourceFiles) { in renderRoot() argument
H A DCoverageExporterJson.cpp270 ArrayRef<std::string> SourceFiles, in renderFiles() argument
316 std::vector<std::string> SourceFiles; in renderRoot() local
324 void CoverageExporterJson::renderRoot(ArrayRef<std::string> SourceFiles) { in renderRoot() argument
[all...]
H A Dgcov.cpp84 cl::list<std::string> SourceFiles(cl::Positional, cl::OneOrMore, in gcovMain() local
H A DSourceCoverageViewText.cpp34 ArrayRef<std::string> SourceFiles, const CoverageMapping &Coverage, in createIndexFile() argument
94 ArrayRef<std::string> SourceFiles, const CoverageMapping &Coverage, in createIndexFile() argument
H A DSourceCoverageViewHTML.cpp859 return CoveragePrinterHTML::createIndexFile(SourceFiles, Coverage, Filters); in createIndexFile() argument
647 createIndexFile(ArrayRef<std::string> SourceFiles,const CoverageMapping & Coverage,const CoverageFiltersMatchAll & Filters) createIndexFile() argument
H A DCoverageReport.cpp589 ArrayRef<std::string> SourceFiles) { in prepareDirectoryReports()
H A DCodeCoverage.cpp159 std::vector<std::string> SourceFiles; member in __anon3f59e5c30111::CodeCoverageTool
[all...]
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.h141 std::vector<std::string> SourceFiles; variable
H A DSymbolCache.h63 mutable std::vector<std::unique_ptr<NativeSourceFile>> SourceFiles; variable
/llvm-project/clang/tools/clang-extdef-mapping/
H A DClangExtDefMapGen.cpp176 static int HandleFiles(ArrayRef<std::string> SourceFiles, in HandleFiles() argument
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp297 CComPtr<IDiaEnumSourceFiles> SourceFiles; in findSourceFiles() local
308 auto SourceFiles = findSourceFiles(Compiland, Pattern, Flags); in findOneSourceFile() local
/llvm-project/llvm/tools/llvm-pdbutil/
H A DPdbYaml.h68 std::vector<StringRef> SourceFiles; member
/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h89 SourceFiles, enumerator
/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp323 void CommandCompletions::SourceFiles(CommandInterpreter &interpreter, in SourceFiles() function in CommandCompletions