Searched refs:NonLeaf (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | CodeGenOptions.h | 133 NonLeaf, // Keep non-leaf frame pointers. enumerator 143 case FramePointerKind::NonLeaf: in getFramePointerKindName()
|
H A D | TargetInfo.h | 1415 case LangOptions::SignReturnAddressScopeKind::NonLeaf: in getSignReturnAddrStr() 1444 : LangOptions::SignReturnAddressScopeKind::NonLeaf) in BranchProtectionInfo()
|
H A D | LangOptions.h | 337 NonLeaf, enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | CodeGen.h | 90 enum class FramePointerKind { None, NonLeaf, All, Reserved }; enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CommandFlags.cpp | 212 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 D | Flang.cpp | 829 case CodeGenOptions::FramePointerKind::NonLeaf: in ConstructJob()
|
H A D | CommonArgs.cpp | 257 return clang::CodeGenOptions::FramePointerKind::NonLeaf; in getFramePointerKind()
|
H A D | Clang.cpp | 5780 case CodeGenOptions::FramePointerKind::NonLeaf: in ConstructJob()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | ARM.cpp | 416 .Case("non-leaf", LangOptions::SignReturnAddressScopeKind::NonLeaf) in validateBranchProtection()
|
H A D | AArch64.cpp | 252 .Case("non-leaf", LangOptions::SignReturnAddressScopeKind::NonLeaf) in validateBranchProtection()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Function.cpp | 395 case FramePointerKind::NonLeaf: in createWithDefaultAttr()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 3802 LangOptions::SignReturnAddressScopeKind::NonLeaf) in GenerateLangArgs() 4320 LangOptions::SignReturnAddressScopeKind::NonLeaf); in ParseLangArgs()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 1345 case CodeGenOptions::FramePointerKind::NonLeaf: in Release() 1346 getModule().setFramePointer(llvm::FramePointerKind::NonLeaf); in Release()
|
H A D | CGCall.cpp | 1895 case CodeGenOptions::FramePointerKind::NonLeaf: in getTrivialDefaultFunctionAttributes()
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 7824 …NormalizedValuesScope<"CodeGenOptions::FramePointerKind">, NormalizedValues<["All", "NonLeaf", "Re…
|