clang API Documentation

clang::CodeGen::CodeGenPGO Member List
This is the complete list of members for clang::CodeGen::CodeGenPGO, including all inherited members.
assignRegionCounters(const Decl *D, llvm::Function *Fn)clang::CodeGen::CodeGenPGO
checkGlobalDecl(GlobalDecl GD)clang::CodeGen::CodeGenPGO
CodeGenPGO(CodeGenModule &CGM)clang::CodeGen::CodeGenPGO [inline]
createBranchWeights(uint64_t TrueCount, uint64_t FalseCount)clang::CodeGen::CodeGenPGO
createBranchWeights(ArrayRef< uint64_t > Weights)clang::CodeGen::CodeGenPGO
createLoopWeights(const Stmt *Cond, RegionCounter &Cnt)clang::CodeGen::CodeGenPGO
destroyRegionCounters()clang::CodeGen::CodeGenPGO
emitEmptyCounterMapping(const Decl *D, StringRef FuncName, llvm::GlobalValue::LinkageTypes Linkage)clang::CodeGen::CodeGenPGO
emitInitialization(CodeGenModule &CGM)clang::CodeGen::CodeGenPGO [static]
emitInstrumentationData()clang::CodeGen::CodeGenPGO
getCurrentRegionCount() const clang::CodeGen::CodeGenPGO [inline]
getFuncName() const clang::CodeGen::CodeGenPGO [inline]
getFuncVarName(StringRef VarName) const clang::CodeGen::CodeGenPGO [inline]
getStmtCount(const Stmt *S, uint64_t &Count)clang::CodeGen::CodeGenPGO [inline]
haveRegionCounts() const clang::CodeGen::CodeGenPGO [inline]
RegionCounter classclang::CodeGen::CodeGenPGO [friend]
setCurrentRegionCount(uint64_t Count)clang::CodeGen::CodeGenPGO [inline]
setCurrentRegionUnreachable()clang::CodeGen::CodeGenPGO [inline]
setCurrentStmt(const Stmt *S)clang::CodeGen::CodeGenPGO [inline]