Searched refs:XRay (Results 1 – 17 of 17) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_x86_64.inc | 9 // This file is a part of XRay, a dynamic runtime instrumentation system.
|
H A D | xray_basic_flags.inc | 9 // XRay runtime flags.
|
H A D | xray_powerpc64.inc | 9 // This file is a part of XRay, a dynamic runtime instrumentation system.
|
H A D | xray_fdr_flags.inc | 9 // XRay FDR Mode runtime flags.
|
H A D | xray_profiling_flags.inc | 9 // XRay profiling runtime flags.
|
H A D | xray_flags.inc | 9 // XRay runtime flags.
|
H A D | xray_trampoline_arm.S | 95 @ But before the logging part of XRay is ready, we pretend that here a
|
/freebsd/lib/clang/libllvm/ |
H A D | Makefile | 2001 SRCS_EXT+= XRay/BlockIndexer.cpp 2002 SRCS_EXT+= XRay/BlockVerifier.cpp 2003 SRCS_EXT+= XRay/FDRRecordProducer.cpp 2004 SRCS_EXT+= XRay/FDRRecords.cpp 2005 SRCS_EXT+= XRay/FDRTraceExpander.cpp 2006 SRCS_EXT+= XRay/FileHeaderReader.cpp 2007 SRCS_EXT+= XRay/InstrumentationMap.cpp 2008 SRCS_EXT+= XRay/LogBuilderConsumer.cpp 2009 SRCS_EXT+= XRay/RecordInitializer.cpp 2010 SRCS_EXT+= XRay/Trace.cpp
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | CodeGenOptions.def | 134 ///< Emit the XRay function index section. 139 ///< XRay instrumentation.
|
H A D | LangOptions.def | 440 LANGOPT(XRayInstrument, 1, 0, "controls whether to do XRay instrumentation")
|
H A D | Builtins.td | 4734 // Builtins for XRay.
|
H A D | AttrDocs.td | 5777 instrumented with XRay. This will cause the function to always have space at 5784 If a function has neither of these attributes, they become subject to the XRay
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | Target.td | 1432 let AsmString = "# XRay Function Enter."; 1439 let AsmString = "# XRay Function Patchable RET."; 1448 let AsmString = "# XRay Function Exit."; 1456 let AsmString = "# XRay Tail Call Exit."; 1464 let AsmString = "# XRay Custom Event Log."; 1474 let AsmString = "# XRay Typed Event Log.";
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Darwin.cpp | 1570 const XRayArgs &XRay = getXRayArgs(); in AddLinkRuntimeLibArgs() local 1571 if (XRay.needsXRayRt()) { in AddLinkRuntimeLibArgs()
|
H A D | Clang.cpp | 6718 const XRayArgs &XRay = TC.getXRayArgs(); in ConstructJob() local 6719 XRay.addArgs(TC, Args, CmdArgs, InputType); in ConstructJob()
|
/freebsd/contrib/llvm-project/ |
H A D | FREEBSD-Xlist | 787 llvm/lib/XRay/CMakeLists.txt
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 2824 "Generate XRay instrumentation sleds on function entry and exit">, 2830 HelpText<"Sets the minimum function size to instrument with XRay">, 2836 …HelpText<"DEPRECATED: Filename defining the whitelist for imbuing the 'always instrument' XRay att… 2841 …HelpText<"DEPRECATED: Filename defining the whitelist for imbuing the 'never instrument' XRay attr… 2846 HelpText<"Filename defining the list of functions/types for imbuing XRay attributes.">, 2851 HelpText<"List of modes to link in by default into XRay instrumented binaries.">; 2882 HelpText<"Link XRay runtime library when -fxray-instrument is specified (default)">; 2888 …HelpText<"Select which XRay instrumentation points to emit. Options: all, none, function-entry, fu…
|