Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h433 bool hasProfileClangUse() const { in hasProfileClangUse() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp165 if (CodeGenOpts.hasProfileClangUse()) { in CodeGenModule()