diff options
Diffstat (limited to 'clang/test/Profile/Inputs/cxx-class.profdata')
-rw-r--r-- | clang/test/Profile/Inputs/cxx-class.profdata | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/clang/test/Profile/Inputs/cxx-class.profdata b/clang/test/Profile/Inputs/cxx-class.profdata new file mode 100644 index 00000000000..6605eb446c7 --- /dev/null +++ b/clang/test/Profile/Inputs/cxx-class.profdata @@ -0,0 +1,20 @@ +_ZN6SimpleC2Ei 2 +100 +99 + +_ZN6Simple6methodEv 2 +100 +99 + +_ZN6SimpleD2Ev 2 +100 +99 + +_ZN14simple_wrapperEv 4 +1 +100 +0 +0 + +main 1 +1 |