Searched refs:ShouldInstrumentFunction (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp198 if (ShouldInstrumentFunction())
243 /// ShouldInstrumentFunction - Return true if the current function should be
245 bool CodeGenFunction::ShouldInstrumentFunction() { function in class:CodeGenFunction
437 if (ShouldInstrumentFunction())
H A DCodeGenFunction.h1480 /// ShouldInstrumentFunction - Return true if the current function should be
1482 bool ShouldInstrumentFunction();

Completed in 32 milliseconds