Lines Matching refs:getOption
152 if (A->getOption().matches(options::OPT_msoft_float)) in getMipsFloatABI()
154 else if (A->getOption().matches(options::OPT_mhard_float)) in getMipsFloatABI()
231 Option O = LastPICArg->getOption(); in getMIPSTargetFeatures()
245 !ABICallsArg || ABICallsArg->getOption().matches(options::OPT_mabicalls); in getMIPSTargetFeatures()
263 if (A->getOption().matches(options::OPT_mno_long_calls)) in getMIPSTargetFeatures()
272 if (A->getOption().matches(options::OPT_mxgot)) in getMIPSTargetFeatures()
347 if (A->getOption().matches(options::OPT_mstrict_align) || in getMIPSTargetFeatures()
348 A->getOption().matches(options::OPT_mno_unaligned_access)) in getMIPSTargetFeatures()
359 if (A->getOption().matches(options::OPT_mfp32)) in getMIPSTargetFeatures()
361 else if (A->getOption().matches(options::OPT_mfpxx)) { in getMIPSTargetFeatures()
373 if (A->getOption().matches(options::OPT_mmsa)) in getMIPSTargetFeatures()
396 if (B && B->getOption().matches(options::OPT_mmicromips)) in getMIPSTargetFeatures()
399 else if (C && C->getOption().matches(options::OPT_mips16)) in getMIPSTargetFeatures()
451 return A && A->getOption().matches(options::OPT_muclibc); in isUCLibc()
503 if (A->getOption().matches(options::OPT_msingle_float)) in shouldUseFPXX()
507 if (A->getOption().matches(options::OPT_mmsa)) in shouldUseFPXX()