Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
H A DMips.cpp245 bool UseAbiCalls = false; in getMIPSTargetFeatures() local
249 UseAbiCalls = in getMIPSTargetFeatures()
252 if (IsN64 && NonPIC && (!ABICallsArg || UseAbiCalls)) { in getMIPSTargetFeatures()
257 if (ABICallsArg && !UseAbiCalls && IsPIC) { in getMIPSTargetFeatures()
261 if (!UseAbiCalls) in getMIPSTargetFeatures()
270 else if (!UseAbiCalls) in getMIPSTargetFeatures()