Home
last modified time | relevance | path

Searched refs:FPKeepKindStr (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp970 const char *FPKeepKindStr = nullptr; in ConstructJob() local
973 FPKeepKindStr = "-mframe-pointer=none"; in ConstructJob()
976 FPKeepKindStr = "-mframe-pointer=reserved"; in ConstructJob()
979 FPKeepKindStr = "-mframe-pointer=non-leaf"; in ConstructJob()
982 FPKeepKindStr = "-mframe-pointer=all"; in ConstructJob()
985 assert(FPKeepKindStr && "unknown FramePointerKind"); in ConstructJob()
986 CmdArgs.push_back(FPKeepKindStr); in ConstructJob()
H A DClang.cpp5795 const char *FPKeepKindStr = nullptr; in ConstructJob() local
5798 FPKeepKindStr = "-mframe-pointer=none"; in ConstructJob()
5801 FPKeepKindStr = "-mframe-pointer=reserved"; in ConstructJob()
5804 FPKeepKindStr = "-mframe-pointer=non-leaf"; in ConstructJob()
5807 FPKeepKindStr = "-mframe-pointer=all"; in ConstructJob()
5810 assert(FPKeepKindStr && "unknown FramePointerKind"); in ConstructJob()
5811 CmdArgs.push_back(FPKeepKindStr); in ConstructJob()