Home
last modified time | relevance | path

Searched refs:ProfileKind (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp218 cl::opt<ProfileKinds> ProfileKind( in merge_main() local
243 if (ProfileKind == instr) in merge_main()
382 cl::opt<ProfileKinds> ProfileKind( in show_main() local
400 if (ProfileKind == instr) in show_main()
/external/llvm/include/llvm/Support/
DTargetParser.h102 enum ProfileKind { PK_INVALID = 0, PK_A, PK_R, PK_M }; enum