1 // RUN: %clang_cc1 -x c++ -std=c++11 %s -triple x86_64-unknown-linux-gnu -main-file-name def-dtors.cpp -o - -emit-llvm -fprofile-instrument=clang | FileCheck --check-prefix=PGOGEN %s
3 // RUN: %clang_cc1 -x c++ -std=c++11 %s -triple x86_64-unknown-linux-gnu -main-file-name def-dtors.cpp -o - -emit-llvm -fprofile-instrument=clang -fcoverage-mapping | FileCheck --check-prefix=COVMAP %s
7 Base(int B_
) : B(B_
) {}
11 struct Derived
: public Base
{
12 Derived(int K
) : Base(K
) {}
14 // PGOGEN-LABEL: define {{.*}}@_ZN7DerivedD2Ev
15 // PGOGEN: %pgocount = load {{.*}} @__profc__ZN7DerivedD2Ev
16 // PGOGEN: {{.*}}add{{.*}}%pgocount, 1
17 // PGOGEN: store{{.*}}@__profc__ZN7DerivedD2Ev
19 // Check that coverage mapping has 5 function records including
20 // the default destructor in the derived class.
21 // COVMAP: section "__llvm_covfun", comdat
22 // COVMAP: section "__llvm_covfun", comdat
23 // COVMAP: section "__llvm_covfun", comdat
24 // COVMAP: section "__llvm_covfun", comdat
25 // COVMAP: section "__llvm_covfun", comdat
26 // COVMAP: @__llvm_coverage_mapping = {{.*}} { { i32, i32, i32, i32 }