Searched refs:isProfileInstrExcluded (Results 1 – 3 of 3) sorted by relevance
1315 bool isProfileInstrExcluded(llvm::Function *Fn, SourceLocation Loc) const;
851 if (CGM.isProfileInstrExcluded(Fn, Loc)) in StartFunction()
2645 bool CodeGenModule::isProfileInstrExcluded(llvm::Function *Fn, in isProfileInstrExcluded() function in CodeGenModule