HomeSort by relevance Sort by last modified time
    Searched refs:ProfileClangInstr (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Frontend/
CodeGenOptions.h 85 ProfileClangInstr, // Clang instrumentation to generate execution counts
233 return getProfileInstr() == ProfileClangInstr;
243 return getProfileUse() == ProfileClangInstr;
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 389 .Case("clang", CodeGenOptions::ProfileClangInstr)
409 Opts.setProfileUse(CodeGenOptions::ProfileClangInstr);
417 Opts.setProfileUse(CodeGenOptions::ProfileClangInstr);
    [all...]

Completed in 3738 milliseconds