Home
last modified time | relevance | path

Searched refs:XRayFunctionIndex (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h154 XRayFunctionIndex(true), DebugStrictDwarf(false), Hotpatch(false), in TargetOptions()
350 unsigned XRayFunctionIndex : 1; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp107 CGOPT(bool, XRayFunctionIndex) in CGOPT()
480 static cl::opt<bool> XRayFunctionIndex("xray-function-index", in CGOPT() local
483 CGBINDOPT(XRayFunctionIndex); in CGOPT()
586 Options.XRayFunctionIndex = getXRayFunctionIndex(); in InitTargetOptionsFromCodeGenFlags()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp421 Options.XRayFunctionIndex = CodeGenOpts.XRayFunctionIndex; in initTargetOptions()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def130 CODEGENOPT(XRayFunctionIndex , 1, 1)
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp4189 if (TM.Options.XRayFunctionIndex) in emitXRayTable()
4197 if (TM.Options.XRayFunctionIndex) in emitXRayTable()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2753 CodeGenOpts<"XRayFunctionIndex">, DefaultTrue,