1RUN: llvm-profdata show %p/Inputs/header-directives-1.proftext -o - | FileCheck %s --check-prefixes=ENTRYFIRST,CHECK 2RUN: llvm-profdata show %p/Inputs/header-directives-2.proftext -o - | FileCheck %s --check-prefixes=NOTENTRYFIRST,CHECK 3RUN: llvm-profdata show %p/Inputs/header-directives-3.proftext -o - | FileCheck %s --check-prefixes=ENTRYFIRST,CHECK 4 5ENTRYFIRST: Instrumentation level: IR entry_first = 1 6NOTENTRYFIRST: Instrumentation level: IR entry_first = 0 7CHECK: Total functions: 1 8CHECK: Maximum function count: 100 9CHECK: Maximum internal block count: 90 10 11