Profile            91 python_bindings/python/Target.cpp         .value("Profile", Target::Feature::Profile)
Profile           842 src/HexagonOffload.cpp         Target::Profile,
Profile           782 src/LLVM_Runtime_Linker.cpp             if (t.has_feature(Target::Profile)) {
Profile           287 src/Lower.cpp      if (t.has_feature(Target::Profile)) {
Profile           878 src/Pipeline.cpp     if (target.has_feature(Target::Profile)) {
Profile           244 src/Target.cpp     {"profile", Target::Profile},
Profile            21 test/correctness/print.cpp     if (get_jit_target_from_environment().has_feature(Target::Profile)) {
Profile            47 test/generator/memory_profiler_mandelbrot_generator.cpp         target.set(get_target().with_feature(Target::Profile));
Profile            24 test/generator/user_context_generator.cpp         target.set(get_target().without_feature(Target::Profile));
Profile           107 test/performance/memory_profiler.cpp     Target t = get_jit_target_from_environment().with_feature(Target::Profile);
Profile            50 test/performance/profiler.cpp     Target t = get_jit_target_from_environment().with_feature(Target::Profile);