Home
last modified time | relevance | path

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

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