use_debug_feature   46 test/generator/multitarget_aottest.cpp         if (use_debug_feature()) {
use_debug_feature   69 test/generator/multitarget_aottest.cpp             const uint32_t expected = use_debug_feature() ? 0xdeadbeef : 0xf00dcafe;
use_debug_feature  101 test/generator/multitarget_aottest.cpp     printf("Success: Saw %x for debug=%d\n", output(0, 0), use_debug_feature());