Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCodeGen.h70 enum class FramePointerKind { None, NonLeaf, All }; enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h124 NonLeaf, // Keep non-leaf frame pointers. enumerator
H A DLangOptions.h251 NonLeaf, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCommandFlags.cpp191 clEnumValN(FramePointerKind::NonLeaf, "non-leaf", in CGOPT()
634 else if (getFramePointerUsage() == FramePointerKind::NonLeaf) in setFunctionAttributes()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DAArch64.cpp129 .Case("non-leaf", LangOptions::SignReturnAddressScopeKind::NonLeaf) in validateBranchProtection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp351 case FramePointerKind::NonLeaf: in createWithDefaultAttr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp3522 LangOptions::SignReturnAddressScopeKind::NonLeaf) in GenerateLangArgs()
4007 LangOptions::SignReturnAddressScopeKind::NonLeaf); in ParseLangArgs()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp755 case CodeGenOptions::FramePointerKind::NonLeaf: in Release()
756 getModule().setFramePointer(llvm::FramePointerKind::NonLeaf); in Release()
H A DCGCall.cpp1778 case CodeGenOptions::FramePointerKind::NonLeaf: in getDefaultFunctionAttributes()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp626 return CodeGenOptions::FramePointerKind::NonLeaf; in getFramePointerKind()
4896 case CodeGenOptions::FramePointerKind::NonLeaf: in ConstructJob()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td4869 …NormalizedValuesScope<"CodeGenOptions::FramePointerKind">, NormalizedValues<["All", "NonLeaf", "No…