Home
last modified time | relevance | path

Searched refs:XRay (Results 1 – 17 of 17) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_powerpc64.inc9 // This file is a part of XRay, a dynamic runtime instrumentation system.
H A Dxray_x86_64.inc9 // This file is a part of XRay, a dynamic runtime instrumentation system.
H A Dxray_basic_flags.inc9 // XRay runtime flags.
H A Dxray_fdr_flags.inc9 // XRay FDR Mode runtime flags.
H A Dxray_profiling_flags.inc9 // XRay profiling runtime flags.
H A Dxray_flags.inc9 // XRay runtime flags.
H A Dxray_trampoline_arm.S95 @ But before the logging part of XRay is ready, we pretend that here a
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile1719 SRCS_EXT+= XRay/BlockIndexer.cpp
1720 SRCS_EXT+= XRay/BlockVerifier.cpp
1721 SRCS_EXT+= XRay/FDRRecordProducer.cpp
1722 SRCS_EXT+= XRay/FDRRecords.cpp
1723 SRCS_EXT+= XRay/FDRTraceExpander.cpp
1724 SRCS_EXT+= XRay/FileHeaderReader.cpp
1725 SRCS_EXT+= XRay/InstrumentationMap.cpp
1726 SRCS_EXT+= XRay/LogBuilderConsumer.cpp
1727 SRCS_EXT+= XRay/RecordInitializer.cpp
1728 SRCS_EXT+= XRay/Trace.cpp
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td1263 let AsmString = "# XRay Function Enter.";
1270 let AsmString = "# XRay Function Patchable RET.";
1279 let AsmString = "# XRay Function Exit.";
1287 let AsmString = "# XRay Tail Call Exit.";
1295 let AsmString = "# XRay Custom Event Log.";
1305 let AsmString = "# XRay Typed Event Log.";
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def127 ///< XRay instrumentation.
H A DLangOptions.def382 LANGOPT(XRayInstrument, 1, 0, "controls whether to do XRay instrumentation")
H A DBuiltins.def1652 // Builtins for XRay
H A DAttrDocs.td4945 instrumented with XRay. This will cause the function to always have space at
4952 If a function has neither of these attributes, they become subject to the XRay
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1331 const XRayArgs &XRay = getXRayArgs(); in AddLinkRuntimeLibArgs() local
1332 if (XRay.needsXRayRt()) { in AddLinkRuntimeLibArgs()
H A DClang.cpp5780 const XRayArgs &XRay = TC.getXRayArgs(); in ConstructJob() local
5781 XRay.addArgs(TC, Args, CmdArgs, InputType); in ConstructJob()
/freebsd-13.1/contrib/llvm-project/
H A DFREEBSD-Xlist686 llvm/lib/XRay/CMakeLists.txt
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1871 PosFlag<SetTrue, [CC1Option], "Generate XRay instrumentation sleds on function entry and exit">,
1877 HelpText<"Sets the minimum function size to instrument with XRay">,
1886 …HelpText<"DEPRECATED: Filename defining the whitelist for imbuing the 'always instrument' XRay att…
1891 …HelpText<"DEPRECATED: Filename defining the whitelist for imbuing the 'never instrument' XRay attr…
1896 HelpText<"Filename defining the list of functions/types for imbuing XRay attributes.">,
1901 HelpText<"List of modes to link in by default into XRay instrumented binaries.">;
1929 HelpText<"Tells clang to add the link dependencies for XRay.">;
1936 …HelpText<"Select which XRay instrumentation points to emit. Options: all, none, function-entry, fu…