Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DMips.cpp242 Arg *ABICallsArg = in getMIPSTargetFeatures() local
245 !ABICallsArg || ABICallsArg->getOption().matches(options::OPT_mabicalls); in getMIPSTargetFeatures()
247 if (IsN64 && NonPIC && (!ABICallsArg || UseAbiCalls)) { in getMIPSTargetFeatures()
249 << LastPICArg->getAsString(Args) << (!ABICallsArg ? 0 : 1); in getMIPSTargetFeatures()
252 if (ABICallsArg && !UseAbiCalls && IsPIC) { in getMIPSTargetFeatures()
268 D.Diag(diag::warn_drv_unsupported_longcalls) << (ABICallsArg ? 0 : 1); in getMIPSTargetFeatures()