Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h155 XRayFunctionIndex(true), DebugStrictDwarf(false), Hotpatch(false), in TargetOptions()
358 unsigned XRayFunctionIndex : 1; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp108 CGOPT(bool, XRayFunctionIndex) in CGOPT()
488 static cl::opt<bool> XRayFunctionIndex("xray-function-index", in CGOPT() local
491 CGBINDOPT(XRayFunctionIndex); in CGOPT()
595 Options.XRayFunctionIndex = getXRayFunctionIndex(); in InitTargetOptionsFromCodeGenFlags()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp432 Options.XRayFunctionIndex = CodeGenOpts.XRayFunctionIndex; in initTargetOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def135 CODEGENOPT(XRayFunctionIndex , 1, 1)
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp4223 if (TM.Options.XRayFunctionIndex) in emitXRayTable()
4231 if (TM.Options.XRayFunctionIndex) in emitXRayTable()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2875 CodeGenOpts<"XRayFunctionIndex">, DefaultTrue,