Home
last modified time | relevance | path

Searched refs:FPKeepKindStr (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DClang.cpp5208 const char *FPKeepKindStr = nullptr; in ConstructJob() local
5211 FPKeepKindStr = "-mframe-pointer=none"; in ConstructJob()
5214 FPKeepKindStr = "-mframe-pointer=non-leaf"; in ConstructJob()
5217 FPKeepKindStr = "-mframe-pointer=all"; in ConstructJob()
5220 assert(FPKeepKindStr && "unknown FramePointerKind"); in ConstructJob()
5221 CmdArgs.push_back(FPKeepKindStr); in ConstructJob()