Searched refs:FPKeepKindStr (Results 1 – 1 of 1) sorted by relevance
4920 const char *FPKeepKindStr = nullptr; in ConstructJob() local4923 FPKeepKindStr = "-mframe-pointer=none"; in ConstructJob()4926 FPKeepKindStr = "-mframe-pointer=non-leaf"; in ConstructJob()4929 FPKeepKindStr = "-mframe-pointer=all"; in ConstructJob()4932 assert(FPKeepKindStr && "unknown FramePointerKind"); in ConstructJob()4933 CmdArgs.push_back(FPKeepKindStr); in ConstructJob()