|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/lib/CodeGen/CodeGenPGO.h 82 void assignRegionCounters(GlobalDecl GD, llvm::Function *Fn);
References
tools/clang/lib/CodeGen/CGBlocks.cpp 1639 PGO.assignRegionCounters(GlobalDecl(blockDecl), fn);
tools/clang/lib/CodeGen/CGObjC.cpp 717 PGO.assignRegionCounters(GlobalDecl(OMD), CurFn);
tools/clang/lib/CodeGen/CGStmt.cpp 2450 PGO.assignRegionCounters(GlobalDecl(CD), F);
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp 589 PGO.assignRegionCounters(GlobalDecl(CD), F);
tools/clang/lib/CodeGen/CodeGenFunction.cpp 1186 PGO.assignRegionCounters(GD, CurFn);