diff options
Diffstat (limited to 'clang/test/Profile/Inputs/cxx-class.profdata')
| -rw-r--r-- | clang/test/Profile/Inputs/cxx-class.profdata | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/clang/test/Profile/Inputs/cxx-class.profdata b/clang/test/Profile/Inputs/cxx-class.profdata index 6605eb446c7..983ab551165 100644 --- a/clang/test/Profile/Inputs/cxx-class.profdata +++ b/clang/test/Profile/Inputs/cxx-class.profdata @@ -1,20 +1,27 @@ -_ZN6SimpleC2Ei 2 +_Z14simple_wrapperv 2 +1 100 -99 -_ZN6Simple6methodEv 2 -100 -99 +main 1 +1 + +_ZN6SimpleD1Ev 2 +0 +0 _ZN6SimpleD2Ev 2 100 99 -_ZN14simple_wrapperEv 4 -1 +_ZN6Simple6methodEv 2 100 +99 + +_ZN6SimpleC1Ei 2 0 0 -main 1 -1 +_ZN6SimpleC2Ei 2 +100 +99 + |

