LLVM 22.0.0git
PGOCtxProfWriter.cpp File Reference

Go to the source code of this file.

Classes

struct  llvm::yaml::MappingTraits< SerializableCtxRepresentation >
struct  llvm::yaml::MappingTraits< SerializableRootRepresentation >
struct  llvm::yaml::MappingTraits< SerializableProfileRepresentation >
struct  llvm::yaml::MappingTraits< SerializableFlatProfileRepresentation >

Variables

static cl::opt< boolIncludeEmptyOpt ("ctx-prof-include-empty", cl::init(false), cl::desc("Also write profiles with all-zero counters. " "Intended for testing/debugging."))

Variable Documentation

◆ IncludeEmptyOpt

cl::opt< bool > IncludeEmptyOpt("ctx-prof-include-empty", cl::init(false), cl::desc("Also write profiles with all-zero counters. " "Intended for testing/debugging.")) ( "ctx-prof-include-empty" ,
cl::init(false) ,
cl::desc("Also write profiles with all-zero counters. " "Intended for testing/debugging.")  )
static