Searched refs:FPKeepKindStr (Results 1 – 2 of 2) sorted by relevance
761 const char *FPKeepKindStr = nullptr; in ConstructJob() local764 FPKeepKindStr = "-mframe-pointer=none"; in ConstructJob()767 FPKeepKindStr = "-mframe-pointer=non-leaf"; in ConstructJob()770 FPKeepKindStr = "-mframe-pointer=all"; in ConstructJob()773 assert(FPKeepKindStr && "unknown FramePointerKind"); in ConstructJob()774 CmdArgs.push_back(FPKeepKindStr); in ConstructJob()
5517 const char *FPKeepKindStr = nullptr; in ConstructJob() local5520 FPKeepKindStr = "-mframe-pointer=none"; in ConstructJob()5523 FPKeepKindStr = "-mframe-pointer=non-leaf"; in ConstructJob()5526 FPKeepKindStr = "-mframe-pointer=all"; in ConstructJob()5529 assert(FPKeepKindStr && "unknown FramePointerKind"); in ConstructJob()5530 CmdArgs.push_back(FPKeepKindStr); in ConstructJob()