Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h1315 bool isProfileInstrExcluded(llvm::Function *Fn, SourceLocation Loc) const;
H A DCodeGenFunction.cpp859 if (CGM.isProfileInstrExcluded(Fn, Loc)) in StartFunction()
H A DCodeGenModule.cpp2675 bool CodeGenModule::isProfileInstrExcluded(llvm::Function *Fn, in isProfileInstrExcluded() function in CodeGenModule