Searched refs:instrumented (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_arm.S22 @ Save floating-point parameters of the instrumented function
36 @ Restore floating-point parameters of the instrumented function
53 @ Save the floating-point return value of the instrumented function
68 @ Restore the floating-point return value of the instrumented function
85 @ Save floating-point parameters of the instrumented function
101 @ Restore floating-point parameters of the instrumented function
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.cpp98 // Track instrumented ranges.
101 if (!mod.instrumented())
108 VReport(1, "Adding instrumented range 0x%zx-0x%zx from library '%s'\n",
H A Dsanitizer_common.cpp166 bool instrumented) {
171 instrumented_ = instrumented;
164 set(const char *module_name, uptr base_address, ModuleArch arch, u8 uuid[kModuleUUIDSize], bool instrumented) argument
H A Dsanitizer_common.h834 u8 uuid[kModuleUUIDSize], bool instrumented);
847 bool instrumented() const { return instrumented_; } function in class:__sanitizer::LoadedModule
/freebsd-current/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cpp148 if (!flags()->use_globals && modules[i].instrumented()) continue;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc178 * functions are profiled by the instrumented code. The target addresses are
/freebsd-current/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc178 * functions are profiled by the instrumented code. The target addresses are

Completed in 84 milliseconds