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.cpp821 const char *FPKeepKindStr = nullptr; in ConstructJob() local
824 FPKeepKindStr = "-mframe-pointer=none"; in ConstructJob()
827 FPKeepKindStr = "-mframe-pointer=reserved"; in ConstructJob()
830 FPKeepKindStr = "-mframe-pointer=non-leaf"; in ConstructJob()
833 FPKeepKindStr = "-mframe-pointer=all"; in ConstructJob()
836 assert(FPKeepKindStr && "unknown FramePointerKind"); in ConstructJob()
837 CmdArgs.push_back(FPKeepKindStr); in ConstructJob()
H A DClang.cpp5772 const char *FPKeepKindStr = nullptr; in ConstructJob() local
5775 FPKeepKindStr = "-mframe-pointer=none"; in ConstructJob()
5778 FPKeepKindStr = "-mframe-pointer=reserved"; in ConstructJob()
5781 FPKeepKindStr = "-mframe-pointer=non-leaf"; in ConstructJob()
5784 FPKeepKindStr = "-mframe-pointer=all"; in ConstructJob()
5787 assert(FPKeepKindStr && "unknown FramePointerKind"); in ConstructJob()
5788 CmdArgs.push_back(FPKeepKindStr); in ConstructJob()