Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_x86_64.inc10 // This file is a part of XRay, a dynamic runtime instrumentation system.
H A Dxray_powerpc64.inc10 // This file is a part of XRay, a dynamic runtime instrumentation system.
H A Dxray_basic_flags.inc10 // XRay runtime flags.
H A Dxray_fdr_flags.inc10 // XRay FDR Mode runtime flags.
H A Dxray_profiling_flags.inc10 // XRay profiling runtime flags.
H A Dxray_flags.inc10 // XRay runtime flags.
H A Dxray_trampoline_arm.S92 @ But before the logging part of XRay is ready, we pretend that here a
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile1480 SRCS_EXT+= XRay/BlockIndexer.cpp
1481 SRCS_EXT+= XRay/BlockVerifier.cpp
1482 SRCS_EXT+= XRay/FDRRecordProducer.cpp
1483 SRCS_EXT+= XRay/FDRRecords.cpp
1484 SRCS_EXT+= XRay/FDRTraceExpander.cpp
1485 SRCS_EXT+= XRay/FileHeaderReader.cpp
1486 SRCS_EXT+= XRay/InstrumentationMap.cpp
1487 SRCS_EXT+= XRay/LogBuilderConsumer.cpp
1488 SRCS_EXT+= XRay/RecordInitializer.cpp
1489 SRCS_EXT+= XRay/Trace.cpp
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTarget.td1118 let AsmString = "# XRay Function Enter.";
1125 let AsmString = "# XRay Function Patchable RET.";
1134 let AsmString = "# XRay Function Exit.";
1142 let AsmString = "# XRay Tail Call Exit.";
1150 let AsmString = "# XRay Custom Event Log.";
1160 let AsmString = "# XRay Typed Event Log.";
/freebsd-12.1/contrib/llvm/
H A DFREEBSD-Xlist386 lib/XRay/CMakeLists.txt
387 lib/XRay/LLVMBuild.txt
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DLangOptions.def295 LANGOPT(XRayInstrument, 1, 0, "controls whether to do XRay instrumentation")
H A DCodeGenOptions.def106 ///< XRay instrumentation.
H A DBuiltins.def1513 // Builtins for XRay
H A DAttrDocs.td3607 …, and free functions (in C, C++, and Objective C) to be instrumented with XRay. This will cause th…
3611 If a function has neither of these attributes, they become subject to the XRay heuristics used to d…
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1123 const XRayArgs &XRay = getXRayArgs(); in AddLinkRuntimeLibArgs() local
1124 if (XRay.needsXRayRt()) { in AddLinkRuntimeLibArgs()
H A DClang.cpp4490 const XRayArgs &XRay = TC.getXRayArgs(); in ConstructJob() local
4491 XRay.addArgs(TC, Args, CmdArgs, InputType); in ConstructJob()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DOptions.td1181 HelpText<"Generate XRay instrumentation sleds on function entry and exit">;
1188 HelpText<"Sets the minimum function size to instrument with XRay">;
1196 …HelpText<"DEPRECATED: Filename defining the whitelist for imbuing the 'always instrument' XRay att…
1200 …HelpText<"DEPRECATED: Filename defining the whitelist for imbuing the 'never instrument' XRay attr…
1204 HelpText<"Filename defining the list of functions/types for imbuing XRay attributes.">;
1208 HelpText<"List of modes to link in by default into XRay instrumented binaries.">;
1224 HelpText<"Tells clang to add the link dependencies for XRay.">;
1231 …HelpText<"Select which XRay instrumentation points to emit. Options: all, none, function, custom. …