Home
last modified time | relevance | path

Searched refs:hasProfileInstr (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h511 bool hasProfileInstr() const { return getProfileInstr() != ProfileNone; } in hasProfileInstr() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1517 if (CodeGenOpts.hasProfileInstr()) in InitializePGOProfileMacros()