Home | History | Annotate | Download | only in LTO

Lines Matching defs:Partition

308   // Because any input file may introduce a new cross-partition reference, we
324 /// This field keeps track of the partition number of this global. The
325 /// regular LTO object is partition 0, while each ThinLTO object has its own
326 /// partition number from 1 onwards.
328 /// Any global that is defined or used by more than one partition, or that
332 /// that we use partition 0 for all parallel LTO code generation partitions.
335 unsigned Partition = Unknown;
337 /// Special partition numbers.
339 /// A partition number has not yet been assigned to this global.
342 /// This global is either used by more than one partition or has an
346 /// The RegularLTO partition
355 ArrayRef<SymbolResolution> Res, unsigned Partition,