Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/
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-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.cpp137 bool instrumented) { in set() argument
141 instrumented_ = instrumented; in set()
Dsanitizer_libignore.cpp101 if (!mod.instrumented()) in OnLibraryLoaded()
Dsanitizer_common.h790 u8 uuid[kModuleUUIDSize], bool instrumented);
801 bool instrumented() const { return instrumented_; } in instrumented() function
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/lsan/
Dlsan_common_mac.cpp129 if (!flags()->use_globals && modules[i].instrumented()) continue; in ProcessGlobalRegions()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_flags.inc82 "Interceptors should only detect races when called from instrumented "
/freebsd-12-stable/contrib/llvm-project/lldb/docs/design/
Dreproducers.rst141 Every API call is already instrumented with an ``LLDB_RECORD_*`` macro that
194 - Not all SB APIs are properly instrumented. We need customer serialization
Dsbapi.rst60 The reproducer infrastructure requires API methods to be instrumented so that
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
Dasan_flags.inc133 "restores them to original values when the first instrumented module is "
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DAttributes.td169 /// Function should not be instrumented.
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
DOptions.td1177 …HelpText<"Generate instrumented code to collect execution counts into default.profraw file (overri…
1180 …HelpText<"Generate instrumented code to collect execution counts into <file> (overridden by LLVM_P…
1196 …HelpText<"Generate instrumented code to collect execution counts into default.profraw (overridden …
1199 …HelpText<"Generate instrumented code to collect execution counts into <directory>/default.profraw …
1202 …HelpText<"Generate instrumented code to collect context sensitive execution counts into default.pr…
1205 …HelpText<"Generate instrumented code to collect context sensitive execution counts into <directory…
1248 …HelpText<"Generate instrumented code to collect order file into default.profraw file (overridden b…
1901 HelpText<"List of modes to link in by default into XRay instrumented binaries.">;
1906 " even if the containing function is not always instrumented">,
1912 " even if the containing function is not always instrumented">,
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
DInstrProfData.inc170 * functions are profiled by the instrumented code. The target addresses are
/freebsd-12-stable/contrib/llvm-project/compiler-rt/include/profile/
DInstrProfData.inc170 * functions are profiled by the instrumented code. The target addresses are
/freebsd-12-stable/contrib/gcc/doc/
Dgcov.texi501 the unused function body. Hence when instrumented, all but one use of
Dinvoke.texi3634 Add code so that program flow @dfn{arcs} are instrumented. During
3652 This option is used to compile and link code instrumented for coverage
3692 Only arcs that are not on the spanning tree have to be instrumented: the
4752 range/validity tests. Modules so instrumented should be immune to
4757 instrumented program is controlled by the @env{MUDFLAP_OPTIONS}
13484 that function is not instrumented. The match is done on substrings:
Dextend.texi2155 Functions with this attribute will not be so instrumented.
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DAttrDocs.td2617 not be inserted by ThreadSanitizer. The function is still instrumented by the
2630 (e.g. by MemorySanitizer). The function may still be instrumented by the tool
4945 instrumented with XRay. This will cause the function to always have space at
4953 heuristics used to determine whether a function should be instrumented or
/freebsd-12-stable/contrib/gcc/
DChangeLog-19973847 (check_bct_param): Return true if loop should be instrumented.
DChangeLog.tree-ssa10410 as to return the instrumented function body rather than changing the
DChangeLog-200222019 no functions are instrumented.
DChangeLog-200323360 * profile.c (instrument_edges): Return number of instrumented
/freebsd-12-stable/contrib/ncurses/
DNEWS9973 + instrumented toe.c to test memory-leaks.