Searched refs:FPKeepKindStr (Results 1 – 1 of 1) sorted by relevance
5281 const char *FPKeepKindStr = nullptr; in ConstructJob() local5284 FPKeepKindStr = "-mframe-pointer=none"; in ConstructJob()5287 FPKeepKindStr = "-mframe-pointer=non-leaf"; in ConstructJob()5290 FPKeepKindStr = "-mframe-pointer=all"; in ConstructJob()5293 assert(FPKeepKindStr && "unknown FramePointerKind"); in ConstructJob()5294 CmdArgs.push_back(FPKeepKindStr); in ConstructJob()