Home
last modified time | relevance | path

Searched refs:NonLeaf (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h133 NonLeaf, // Keep non-leaf frame pointers. enumerator
143 case FramePointerKind::NonLeaf: in getFramePointerKindName()
H A DTargetInfo.h1415 case LangOptions::SignReturnAddressScopeKind::NonLeaf: in getSignReturnAddrStr()
1444 : LangOptions::SignReturnAddressScopeKind::NonLeaf) in BranchProtectionInfo()
H A DLangOptions.h337 NonLeaf, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h90 enum class FramePointerKind { None, NonLeaf, All, Reserved }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp212 clEnumValN(FramePointerKind::NonLeaf, "non-leaf", in CGOPT()
691 else if (getFramePointerUsage() == FramePointerKind::NonLeaf) in setFunctionAttributes()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp829 case CodeGenOptions::FramePointerKind::NonLeaf: in ConstructJob()
H A DCommonArgs.cpp257 return clang::CodeGenOptions::FramePointerKind::NonLeaf; in getFramePointerKind()
H A DClang.cpp5780 case CodeGenOptions::FramePointerKind::NonLeaf: in ConstructJob()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARM.cpp416 .Case("non-leaf", LangOptions::SignReturnAddressScopeKind::NonLeaf) in validateBranchProtection()
H A DAArch64.cpp252 .Case("non-leaf", LangOptions::SignReturnAddressScopeKind::NonLeaf) in validateBranchProtection()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp395 case FramePointerKind::NonLeaf: in createWithDefaultAttr()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3802 LangOptions::SignReturnAddressScopeKind::NonLeaf) in GenerateLangArgs()
4320 LangOptions::SignReturnAddressScopeKind::NonLeaf); in ParseLangArgs()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1345 case CodeGenOptions::FramePointerKind::NonLeaf: in Release()
1346 getModule().setFramePointer(llvm::FramePointerKind::NonLeaf); in Release()
H A DCGCall.cpp1895 case CodeGenOptions::FramePointerKind::NonLeaf: in getTrivialDefaultFunctionAttributes()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7824 …NormalizedValuesScope<"CodeGenOptions::FramePointerKind">, NormalizedValues<["All", "NonLeaf", "Re…