Searched refs:XRayFunctionIndex (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetOptions.h | 139 XRayFunctionIndex(true), DebugStrictDwarf(false), Hotpatch(false), in TargetOptions() 346 unsigned XRayFunctionIndex : 1; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CommandFlags.cpp | 109 CGOPT(bool, XRayFunctionIndex) in CGOPT() 495 static cl::opt<bool> XRayFunctionIndex("xray-function-index", in CGOPT() local 498 CGBINDOPT(XRayFunctionIndex); in CGOPT() 601 Options.XRayFunctionIndex = getXRayFunctionIndex(); in InitTargetOptionsFromCodeGenFlags()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 467 Options.XRayFunctionIndex = CodeGenOpts.XRayFunctionIndex; in initTargetOptions()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 129 CODEGENOPT(XRayFunctionIndex , 1, 1, Benign)
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 4606 if (TM.Options.XRayFunctionIndex) in emitXRayTable() 4614 if (TM.Options.XRayFunctionIndex) in emitXRayTable()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 3002 CodeGenOpts<"XRayFunctionIndex">, DefaultTrue,
|