Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp761 const char *FPKeepKindStr = nullptr; in ConstructJob() local
764 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()
H A DClang.cpp5517 const char *FPKeepKindStr = nullptr; in ConstructJob() local
5520 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()