reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CodeGenFunction.cpp
  343     if (CGM.getCodeGenOpts().InstrumentFunctions)
  468   if (!CGM.getCodeGenOpts().InstrumentFunctions &&
  868     if (CGM.getCodeGenOpts().InstrumentFunctions)
tools/clang/lib/Frontend/CompilerInvocation.cpp
 1076   Opts.InstrumentFunctions = Args.hasArg(OPT_finstrument_functions);
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
  549   m_compiler->getCodeGenOpts().InstrumentFunctions = false;