HomeSort by: relevance | last modified time | path
    Searched refs:instrumented (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_trampoline_arm.S 21 @ Save floating-point parameters of the instrumented function
35 @ Restore floating-point parameters of the instrumented function
51 @ Save the floating-point return value of the instrumented function
66 @ Restore the floating-point return value of the instrumented function
82 @ Save floating-point parameters of the instrumented function
98 @ Restore floating-point parameters of the instrumented function
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
sancov.py 210 instrumented = GetInstrumentedPCs(binary)
211 sys.stderr.write("%s: found %d instrumented PCs in %s\n" % (prog_name,
212 len(instrumented),
216 missing = instrumented - covered
218 if (len(missing) > len(instrumented) - len(covered)):
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
CMakeLists.txt 89 # Build gtest instrumented with MSan.
94 # Instrumented tests.
100 # Instrumented loadable module objects.
105 # Instrumented loadable library tests.
127 # We should only build MSan unit tests if we can build instrumented libcxx.
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_libignore.cc 99 // Track instrumented ranges.
102 if (!mod.instrumented())
109 VReport(1, "Adding instrumented range %p-%p from library '%s'\n",
sanitizer_common.cc 139 bool instrumented) {
143 instrumented_ = instrumented;
sanitizer_common.h 707 u8 uuid[kModuleUUIDSize], bool instrumented);
718 bool instrumented() const { return instrumented_; } function in class:__sanitizer::LoadedModule
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common_mac.cc 130 if (!flags()->use_globals && modules[i].instrumented()) continue;
  /src/share/mk/
bsd.lib.mk 184 # successfully linked into instrumented dynamic binaries, as well as

Completed in 18 milliseconds