Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDClang.cpp4455 const char *FPKeepKindStr = nullptr; in ConstructJob() local
4458 FPKeepKindStr = "-mframe-pointer=none"; in ConstructJob()
4461 FPKeepKindStr = "-mframe-pointer=non-leaf"; in ConstructJob()
4464 FPKeepKindStr = "-mframe-pointer=all"; in ConstructJob()
4467 assert(FPKeepKindStr && "unknown FramePointerKind"); in ConstructJob()
4468 CmdArgs.push_back(FPKeepKindStr); in ConstructJob()