Searched refs:needsLTO (Results 1 – 3 of 3) sorted by relevance
84 bool needsLTO() const;
210 bool SanitizerArgs::needsLTO() const { return Sanitizers.Mask & NeedsLTO; } in needsLTO() function in SanitizerArgs
5246 bool RequiresSplitLTOUnit = WholeProgramVTables || Sanitize.needsLTO(); in ConstructJob()