/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | CoverageExporterLcov.cpp | 199 ArrayRef<std::string> SourceFiles, in renderFiles() 211 std::vector<std::string> SourceFiles; in renderRoot() local 219 void CoverageExporterLcov::renderRoot(ArrayRef<std::string> SourceFiles) { in renderRoot()
|
H A D | CoverageExporterJson.cpp | 270 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 D | SourceCoverageViewText.cpp | 34 ArrayRef<std::string> SourceFiles, const CoverageMapping &Coverage, in createIndexFile() argument 94 ArrayRef<std::string> SourceFiles, const CoverageMapping &Coverage, in createIndexFile() argument
|
H A D | gcov.cpp | 84 cl::list<std::string> SourceFiles(cl::Positional, cl::OneOrMore, in gcovMain() local
|
H A D | SourceCoverageViewHTML.cpp | 478 createIndexFile(ArrayRef<std::string> SourceFiles,const CoverageMapping & Coverage,const CoverageFiltersMatchAll & Filters) createIndexFile() argument 685 createIndexFile(ArrayRef<std::string> SourceFiles,const CoverageMapping & Coverage,const CoverageFiltersMatchAll & Filters) createIndexFile() argument
|
H A D | CoverageReport.cpp | 572 prepareDirectoryReports(ArrayRef<std::string> SourceFiles) prepareDirectoryReports() argument
|
H A D | CodeCoverage.cpp | 162 std::vector<std::string> SourceFiles; global() member in __anoncd2840820111::CodeCoverageTool [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | DbiModuleDescriptorBuilder.h | 141 std::vector<std::string> SourceFiles; variable
|
H A D | SymbolCache.h | 63 mutable std::vector<std::unique_ptr<NativeSourceFile>> SourceFiles; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIASession.cpp | 297 CComPtr<IDiaEnumSourceFiles> SourceFiles; in findSourceFiles() local 308 auto SourceFiles = findSourceFiles(Compiland, Pattern, Flags); in findOneSourceFile() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | PdbYaml.h | 68 std::vector<StringRef> SourceFiles; member
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBTypes.h | 89 SourceFiles, enumerator
|
/freebsd-src/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandCompletions.cpp | 308 void CommandCompletions::SourceFiles(CommandInterpreter &interpreter, SourceFiles() function in CommandCompletions
|