Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h1315 bool isProfileInstrExcluded(llvm::Function *Fn, SourceLocation Loc) const;
H A DCodeGenFunction.cpp851 if (CGM.isProfileInstrExcluded(Fn, Loc)) in StartFunction()
H A DCodeGenModule.cpp2645 bool CodeGenModule::isProfileInstrExcluded(llvm::Function *Fn, in isProfileInstrExcluded() function in CodeGenModule