diff options
Diffstat (limited to 'runtime/libprofile/libprofile.exports')
-rw-r--r-- | runtime/libprofile/libprofile.exports | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/libprofile/libprofile.exports b/runtime/libprofile/libprofile.exports index f45ff47601898..b8057c7aac962 100644 --- a/runtime/libprofile/libprofile.exports +++ b/runtime/libprofile/libprofile.exports @@ -1,4 +1,7 @@ llvm_start_edge_profiling llvm_start_opt_edge_profiling +llvm_start_path_profiling llvm_start_basic_block_tracing llvm_trace_basic_block +llvm_increment_path_count +llvm_decrement_path_count |