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

References

tools/clang/lib/CodeGen/BackendUtil.cpp
  533   if (!CodeGenOpts.hasProfileClangInstr())
tools/clang/lib/CodeGen/CGStmt.cpp
 1275   if (!CGM.getCodeGenOpts().hasProfileClangInstr() &&
 1322     if (CGM.getCodeGenOpts().hasProfileClangInstr()) {
tools/clang/lib/CodeGen/CodeGenFunction.cpp
 1054   if (HaveInsertPoint() && CGM.getCodeGenOpts().hasProfileClangInstr()) {
tools/clang/lib/CodeGen/CodeGenFunction.h
 1343     if (CGM.getCodeGenOpts().hasProfileClangInstr())
tools/clang/lib/CodeGen/CodeGenPGO.cpp
   40   if (CGM.getCodeGenOpts().hasProfileClangInstr())
  764   bool InstrumentRegions = CGM.getCodeGenOpts().hasProfileClangInstr();
  894   if (!CGM.getCodeGenOpts().hasProfileClangInstr() || !RegionCounterMap)
  929   bool InstrumentValueSites = CGM.getCodeGenOpts().hasProfileClangInstr();