reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
283 PMB.VerifyOutput = !Conf.DisableVerify; 286 PMB.OptLevel = Conf.OptLevel; 287 PMB.PGOSampleUse = Conf.SampleProfile; 288 PMB.EnablePGOCSInstrGen = Conf.RunCSIRInstr; 289 if (!Conf.RunCSIRInstr && !Conf.CSIRProfile.empty()) { 289 if (!Conf.RunCSIRInstr && !Conf.CSIRProfile.empty()) { 291 PMB.PGOInstrUse = Conf.CSIRProfile;