File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
test/tools/llvm-profdata/Inputs Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -91,8 +91,7 @@ struct is_error_code_enum<llvm::sampleprof_error> : std::true_type {};
9191namespace llvm {
9292namespace sampleprof {
9393
94- constexpr char kBodySampleVTableProfPrefix [] = " <vt-call> " ;
95- // constexpr char kInlinedCallsiteVTablerofPrefix[] = "<vt-inline> ";
94+ constexpr char kBodySampleVTableProfPrefix [] = " vtables " ;
9695
9796enum SampleProfileFormat {
9897 SPF_None = 0 ,
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ main:184019:0
66 6: 2080
77 7: 534
88 9: 2064 _Z3bari:1471 _Z3fooi:631
9- 9: <vt-call> _ZTVbar:1471 _ZTVfoo:630
9+ 9: vtables _ZTVbar:1471 _ZTVfoo:630
1010 10: inline1:1000
1111 1: 1000
1212 10: inline2:2000
1313 1: 2000
14- 10: <vt-call> _ZTVinline1:1000 _ZTVinline2:2000
14+ 10: vtables _ZTVinline1:1000 _ZTVinline2:2000
1515_Z3bari:20301:1437
1616 1: 1437
1717_Z3fooi:7711:610
You can’t perform that action at this time.
0 commit comments