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

  /external/clang/include/clang/Frontend/
CodeGenOptions.h 232 bool hasProfileClangInstr() const {
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 40 if (CGM.getCodeGenOpts().hasProfileClangInstr())
616 bool InstrumentRegions = CGM.getCodeGenOpts().hasProfileClangInstr();
737 if (!CGM.getCodeGenOpts().hasProfileClangInstr() || !RegionCounterMap)
765 bool InstrumentValueSites = CGM.getCodeGenOpts().hasProfileClangInstr();
BackendUtil.cpp 481 if (CodeGenOpts.hasProfileClangInstr()) {
    [all...]
CGStmt.cpp     [all...]
CodeGenFunction.cpp     [all...]
CodeGenFunction.h     [all...]

Completed in 1023 milliseconds