Lines Matching refs:CodeGenOpts
1416 if (CodeGenOpts.OptimizeSize) in ConstructAttributeList()
1418 if (CodeGenOpts.OptimizeSize == 2) in ConstructAttributeList()
1422 if (CodeGenOpts.DisableRedZone) in ConstructAttributeList()
1424 if (CodeGenOpts.NoImplicitFloat) in ConstructAttributeList()
1426 if (CodeGenOpts.EnableSegmentedStacks && in ConstructAttributeList()
1432 if (!CodeGenOpts.SimplifyLibCalls) in ConstructAttributeList()
1436 if (!CodeGenOpts.DisableFPElim) { in ConstructAttributeList()
1438 } else if (CodeGenOpts.OmitLeafFramePointer) { in ConstructAttributeList()
1447 llvm::toStringRef(CodeGenOpts.LessPreciseFPMAD)); in ConstructAttributeList()
1449 llvm::toStringRef(CodeGenOpts.NoInfsFPMath)); in ConstructAttributeList()
1451 llvm::toStringRef(CodeGenOpts.NoNaNsFPMath)); in ConstructAttributeList()
1453 llvm::toStringRef(CodeGenOpts.UnsafeFPMath)); in ConstructAttributeList()
1455 llvm::toStringRef(CodeGenOpts.SoftFloat)); in ConstructAttributeList()
1457 llvm::utostr(CodeGenOpts.SSPBufferSize)); in ConstructAttributeList()
1459 if (!CodeGenOpts.StackRealignment) in ConstructAttributeList()