Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DMips.cpp240 bool UseAbiCalls = false; in getMIPSTargetFeatures() local
244 UseAbiCalls = in getMIPSTargetFeatures()
247 if (IsN64 && NonPIC && (!ABICallsArg || UseAbiCalls)) { in getMIPSTargetFeatures()
252 if (ABICallsArg && !UseAbiCalls && IsPIC) { in getMIPSTargetFeatures()
256 if (!UseAbiCalls) in getMIPSTargetFeatures()
265 else if (!UseAbiCalls) in getMIPSTargetFeatures()