Home
last modified time | relevance | path

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

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