Searched defs:ReadTimer (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 1727 std::unique_ptr<llvm::Timer> ReadTimer; createASTReader() local
|
/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 462 std::unique_ptr<llvm::Timer> ReadTimer; global() variable
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 10315 ASTReader(Preprocessor & PP,InMemoryModuleCache & ModuleCache,ASTContext * Context,const PCHContainerReader & PCHContainerRdr,ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions,StringRef isysroot,DisableValidationForModuleKind DisableValidationKind,bool AllowASTWithCompilerErrors,bool AllowConfigurationMismatch,bool ValidateSystemInputs,bool ValidateASTInputFilesContent,bool UseGlobalIndex,std::unique_ptr<llvm::Timer> ReadTimer) ASTReader() argument
|