Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
DCodeGenOptions.h129 enum class FramePointerKind { enum
DCodeGenOptions.def53 ENUM_CODEGENOPT(FramePointer, FramePointerKind, 2, FramePointerKind::None) /// frame-pointer: all,n…
/external/llvm-project/clang/lib/Driver/ToolChains/
DClang.cpp590 static CodeGenOptions::FramePointerKind
613 return CodeGenOptions::FramePointerKind::NonLeaf; in getFramePointerKind()
614 return CodeGenOptions::FramePointerKind::All; in getFramePointerKind()
616 return CodeGenOptions::FramePointerKind::None; in getFramePointerKind()
4677 CodeGenOptions::FramePointerKind FPKeepKind = in ConstructJob()
4681 case CodeGenOptions::FramePointerKind::None: in ConstructJob()
4684 case CodeGenOptions::FramePointerKind::NonLeaf: in ConstructJob()
4687 case CodeGenOptions::FramePointerKind::All: in ConstructJob()
6487 if (FPKeepKind == CodeGenOptions::FramePointerKind::None && in ConstructJob()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp1031 CodeGenOptions::FramePointerKind FP; in ParseCodeGenArgs()
1035 FP = CodeGenOptions::FramePointerKind::None; in ParseCodeGenArgs()
1037 FP = CodeGenOptions::FramePointerKind::NonLeaf; in ParseCodeGenArgs()
1039 FP = CodeGenOptions::FramePointerKind::All; in ParseCodeGenArgs()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionParser.cpp633 CodeGenOptions::FramePointerKind::All); in ClangExpressionParser()
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp1747 case CodeGenOptions::FramePointerKind::None: in getDefaultFunctionAttributes()
1750 case CodeGenOptions::FramePointerKind::NonLeaf: in getDefaultFunctionAttributes()
1753 case CodeGenOptions::FramePointerKind::All: in getDefaultFunctionAttributes()