Searched refs:NonLeaf (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h71 enum FP {All, NonLeaf, None}; enumerator in enum:llvm::FramePointer::FP
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h131 NonLeaf, // Keep non-leaf frame pointers. member in class:clang::CodeGenOptions::FramePointerKind
H A DLangOptions.h217 NonLeaf, member in class:clang::LangOptions::SignReturnAddressScopeKind
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp183 clEnumValN(FramePointer::NonLeaf, "non-leaf",
577 else if (getFramePointerUsage() == FramePointer::NonLeaf)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp129 .Case("non-leaf", LangOptions::SignReturnAddressScopeKind::NonLeaf)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp913 FP = CodeGenOptions::FramePointerKind::NonLeaf;
3434 LangOptions::SignReturnAddressScopeKind::NonLeaf);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp612 return CodeGenOptions::FramePointerKind::NonLeaf;
4552 case CodeGenOptions::FramePointerKind::NonLeaf:
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1734 case CodeGenOptions::FramePointerKind::NonLeaf:

Completed in 131 milliseconds