Home
last modified time | relevance | path

Searched defs:Files (Results 1 – 25 of 40) sorted by relevance

12

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageReport.cpp94 void adjustColumnWidths(ArrayRef<StringRef> Files, in adjustColumnWidths() argument
373 renderFunctionReports(ArrayRef<std::string> Files,const DemangleCache & DC,raw_ostream & OS) renderFunctionReports() argument
457 prepareFileReports(const coverage::CoverageMapping & Coverage,FileCoverageSummary & Totals,ArrayRef<std::string> Files,const CoverageViewOptions & Options,const CoverageFilter & Filters) prepareFileReports() argument
503 renderFileReports(raw_ostream & OS,ArrayRef<std::string> Files,const CoverageFiltersMatchAll & Filters) const renderFileReports() argument
573 std::vector<StringRef> Files(SourceFiles.begin(), SourceFiles.end()); prepareDirectoryReports() local
598 prepareSubDirectoryReports(const ArrayRef<StringRef> & Files,FileCoverageSummary * Totals) prepareSubDirectoryReports() argument
[all...]
H A DCoverageExporterJson.cpp328 auto Files = renderFiles(Coverage, SourceFiles, FileReports, Options); in renderRoot() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymReader.h54 ArrayRef<FileEntry> Files; variable
64 std::vector<FileEntry> Files; member
H A DGsymCreator.h142 std::vector<llvm::gsym::FileEntry> Files; global() variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DTarWriter.h29 StringSet<> Files; variable
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp218 llvm::IntrusiveRefCntPtr<FileManager> Files( in runToolOnCodeWithArgs() local
354 FileManager *Files, std::shared_ptr<PCHContainerOperations> PCHContainerOps) in ToolInvocation() argument
360 std::unique_ptr<FrontendAction> FAction, FileManager *Files, in ToolInvocation() argument
445 runInvocation(std::shared_ptr<CompilerInvocation> Invocation,FileManager * Files,std::shared_ptr<PCHContainerOperations> PCHContainerOps,DiagnosticConsumer * DiagConsumer) runInvocation() argument
475 ClangTool(const CompilationDatabase & Compilations,ArrayRef<std::string> SourcePaths,std::shared_ptr<PCHContainerOperations> PCHContainerOps,IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS,IntrusiveRefCntPtr<FileManager> Files) ClangTool() argument
650 runInvocation(std::shared_ptr<CompilerInvocation> Invocation,FileManager * Files,std::shared_ptr<PCHContainerOperations> PCHContainerOps,DiagnosticConsumer * DiagConsumer) runInvocation() argument
700 llvm::IntrusiveRefCntPtr<FileManager> Files( buildASTFromCodeWithArgs() local
[all...]
H A DRefactoring.cpp73 FileManager &Files = SM.getFileManager(); in formatAndApplyAllReplacements() local
H A DAllTUsExecution.cpp101 std::vector<std::string> Files; in execute() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/
H A DTooling.h298 FileManager *Files; variable
385 llvm::IntrusiveRefCntPtr<FileManager> Files; variable
/freebsd-src/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp129 static cl::opt<std::string> Files( variable
212 createInMemoryFile(StringRef FileName,MemoryBufferRef Source,SourceManager & Sources,FileManager & Files,llvm::vfs::InMemoryFileSystem * MemFS) createInMemoryFile() argument
233 FileManager Files(FileSystemOptions(), InMemoryFileSystem); fillRanges() local
510 FileManager Files(FileSystemOptions(), InMemoryFileSystem); format() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Driver/
H A DCompilation.cpp141 bool Compilation::CleanupFileList(const llvm::opt::ArgStringList &Files, in CleanupFileList()
149 bool Compilation::CleanupFileMap(const ArgStringMap &Files, in CleanupFileMap()
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMerge.h60 std::vector<MergeFileInfo> Files; member
H A DFuzzerDataFlowTrace.cpp107 std::vector<SizedFile> Files; in ReadCoverage() local
165 std::vector<SizedFile> Files; in Init() local
H A DFuzzerIO.cpp105 std::vector<std::string> Files; in ReadDirToVectorOfUnits() local
124 std::vector<std::string> Files; in GetSizedFilesFromDir() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp333 CComPtr<IDiaEnumSourceFiles> Files; in getAllSourceFiles() local
342 CComPtr<IDiaEnumSourceFiles> Files; in getSourceFilesForCompiland() local
397 CComPtr<IDiaEnumInjectedSources> Files = in getInjectedSources() local
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h74 std::vector<file_type> Files; member
129 llvm::DenseSet<file_type> Files; in removeOverriddenTables() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.cpp58 if (auto Files = Session.getSourceFilesForCompiland(Symbol)) { in start() local
H A DYAMLOutputStyle.cpp226 auto Files = Modules.source_files(I); in dumpDbiStream() local
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DCachePruning.cpp146 const std::vector<std::unique_ptr<MemoryBuffer>> &Files) { in pruneCache()
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTokens.h375 llvm::DenseMap<FileID, MarkedFile> Files; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h255 SmallVector<FileInfo, 4> Files; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyFile.cpp364 ArrayRef<std::string> Files = getDependencies(); outputDependencyFile() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp383 linkFiles(const char * argv0,LLVMContext & Context,Linker & L,const cl::list<std::string> & Files,unsigned Flags) linkFiles() argument
/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp1119 std::vector<const InterfaceFile *> Files; in get() local
1154 std::vector<const InterfaceFile *> Files; in writeToStream() local

12