Home
last modified time | relevance | path

Searched refs:ProfileListFiles (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.h395 std::vector<std::string> ProfileListFiles; variable
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp985 ProfList(new ProfileList(LangOpts.ProfileListFiles, SM)), in ASTContext()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td1349 MarshallingInfoStringVector<LangOpts<"ProfileListFiles">>;