Searched refs:FPKeepKindStr (Results 1 – 2 of 2) sorted by relevance
821 const char *FPKeepKindStr = nullptr; in ConstructJob() local824 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()
5772 const char *FPKeepKindStr = nullptr; in ConstructJob() local5775 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()