Home
last modified time | relevance | path

Searched refs:instrumented (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_s390x.S32 # The registers r2-15 of the instrumented function are already saved in the
34 # of the first instruction of the instrumented function.
68 # The registers r2-15 of the instrumented function are already saved in the
70 # of the first instruction of the instrumented function.
106 # The registers r2-15 of the instrumented function are already saved in the
109 # which contains the return address into the caller of the instrumented
142 # The registers r2-15 of the instrumented function are already saved in the
145 # which contains the return address into the caller of the instrumented
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/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cpp166 bool instrumented) { in set() argument
171 instrumented_ = instrumented; in set()
H A Dsanitizer_libignore.cpp104 if (!mod.instrumented()) in OnLibraryLoaded()
H A Dsanitizer_common.h844 u8 uuid[kModuleUUIDSize], bool instrumented);
857 bool instrumented() const { return instrumented_; } in instrumented() function
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cpp148 if (!flags()->use_globals && modules[i].instrumented()) continue; in ProcessGlobalRegions()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_flags.inc76 "Interceptors should only detect races when called from instrumented "
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td234 /// Function should not be instrumented.
237 /// This function should not be instrumented but it is ok to inline profiled
/freebsd/contrib/llvm-project/lldb/docs/design/
H A Dsbapi.rst
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_flags.inc141 "restores them to original values when the first instrumented module is "
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPseudo.td193 // code being instrumented/profiled.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def224 /// instrumented. Selected group numbers can be 0 to N-1 inclusive.
H A DAttrDocs.td3618 not be inserted by ThreadSanitizer. The function is still instrumented by the
3630 (e.g. by MemorySanitizer). The function may still be instrumented by the tool
6542 instrumented with XRay. This will cause the function to always have space at
6550 heuristics used to determine whether a function should be instrumented or
6888 1. Indirect calls to a function type with this attribute will not be instrumented with CFI. That is,
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1748 …HelpText<"Generate instrumented code to collect coverage info for cold functions into default.prof…
1751 …HelpText<"Generate instrumented code to collect coverage info for cold functions into <directory>/…
1754 HelpText<"Generate instrumented code to collect temporal information">;
1757 …HelpText<"Generate instrumented code to collect execution counts into default.profraw file (overri…
1760 …HelpText<"Generate instrumented code to collect execution counts into <file> (overridden by LLVM_P…
1793 …HelpText<"Generate instrumented code to collect execution counts into default.profraw (overridden …
1797 …HelpText<"Generate instrumented code to collect execution counts into <directory>/default.profraw …
1800 …HelpText<"Generate instrumented code to collect context sensitive execution counts into default.pr…
1804 …HelpText<"Generate instrumented code to collect context sensitive execution counts into <directory…
1861 …on functions into N groups and select only functions in group i to be instrumented using -fprofile…
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc201 * functions are profiled by the instrumented code. The target addresses are
/freebsd/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc201 * functions are profiled by the instrumented code. The target addresses are
/freebsd/crypto/openssh/
H A DChangeLog8757 up tests by about 10% in the common case, hopefully more when instrumented
8819 common case but should help more during instrumented tests, eg under
/freebsd/contrib/ncurses/
H A DNEWS14923 + instrumented toe.c to test memory-leaks.