Codebase Browser
llvm
Go to App
llvm
/
compiler-rt/test/profile/Inputs/
instrprof-dynamic-b.cpp
#include "instrprof-dynamic-header.h" void b() { if (true) { bar<void>(1); bar<int>(1); } }