Lines Matching refs:getOption
158 if (A->getOption().matches(options::OPT_msoft_float)) in getMipsFloatABI()
160 else if (A->getOption().matches(options::OPT_mhard_float)) in getMipsFloatABI()
236 Option O = LastPICArg->getOption(); in getMIPSTargetFeatures()
250 !ABICallsArg || ABICallsArg->getOption().matches(options::OPT_mabicalls); in getMIPSTargetFeatures()
268 if (A->getOption().matches(options::OPT_mno_long_calls)) in getMIPSTargetFeatures()
277 if (A->getOption().matches(options::OPT_mxgot)) in getMIPSTargetFeatures()
309 << A->getOption().getName() << Val; in getMIPSTargetFeatures()
330 << A->getOption().getName() << Val; in getMIPSTargetFeatures()
352 if (A->getOption().matches(options::OPT_mfp32)) in getMIPSTargetFeatures()
354 else if (A->getOption().matches(options::OPT_mfpxx)) { in getMIPSTargetFeatures()
386 if (B && B->getOption().matches(options::OPT_mmicromips)) in getMIPSTargetFeatures()
389 else if (C && C->getOption().matches(options::OPT_mips16)) in getMIPSTargetFeatures()
441 return A && A->getOption().matches(options::OPT_muclibc); in isUCLibc()
498 if (A->getOption().matches(options::OPT_msingle_float)) in shouldUseFPXX()