Searched refs:FPKeepKindStr (Results 1 – 2 of 2) sorted by relevance
970 const char *FPKeepKindStr = nullptr; in ConstructJob() local973 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()
5795 const char *FPKeepKindStr = nullptr; in ConstructJob() local5798 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()