Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetOptions.h133 ForceDwarfFrameSection(false), XRayOmitFunctionIndex(false), in TargetOptions()
323 unsigned XRayOmitFunctionIndex : 1; variable
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCommandFlags.cpp96 CGOPT(bool, XRayOmitFunctionIndex) in CGOPT()
452 static cl::opt<bool> XRayOmitFunctionIndex( in CGOPT() local
455 CGBINDOPT(XRayOmitFunctionIndex); in CGOPT()
535 Options.XRayOmitFunctionIndex = getXRayOmitFunctionIndex(); in InitTargetOptionsFromCodeGenFlags()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp574 Options.XRayOmitFunctionIndex = CodeGenOpts.XRayOmitFunctionIndex; in initTargetOptions()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.def123 CODEGENOPT(XRayOmitFunctionIndex , 1, 0)
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3467 if (!TM.Options.XRayOmitFunctionIndex) in emitXRayTable()
3474 if (!TM.Options.XRayOmitFunctionIndex) in emitXRayTable()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td1899 CodeGenOpts<"XRayOmitFunctionIndex">, DefaultTrue,