OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:instrumentfunctions
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Frontend/
CodeGenOptions.def
64
CODEGENOPT(
InstrumentFunctions
, 1, 0) ///< Set when -finstrument-functions is
/external/clang/lib/CodeGen/
CodeGenFunction.cpp
283
if (!CGM.getCodeGenOpts().
InstrumentFunctions
)
[
all
...]
/external/clang/lib/Frontend/
CompilerInvocation.cpp
430
Opts.
InstrumentFunctions
= Args.hasArg(OPT_finstrument_functions);
[
all
...]
Completed in 375 milliseconds