Searched defs:ProfileKind (Results 1 – 5 of 5) sorted by relevance
38 ProfKind ProfileKind; variable
42 ProfKind ProfileKind = PF_Unknown; variable
278 cl::opt<ProfileKinds> ProfileKind( in merge_main() local492 cl::opt<ProfileKinds> ProfileKind( in show_main() local
103 enum ProfileKind { PK_INVALID = 0, PK_A, PK_R, PK_M }; enum
156 enum class ProfileKind { INVALID = 0, A, R, M }; enum