Searched defs:OutputTypes (Results 1 – 3 of 3) sorted by relevance
568 pub struct OutputTypes(BTreeMap<OutputType, Option<OutFileName>>); struct570 impl OutputTypes { impl571 pub fn new(entries: &[(OutputType, Option<OutFileName>)]) -> OutputTypes { in new()880 outputs: OutputTypes, in new()2003 ) -> OutputTypes { in parse_output_types()2033 output_types: &OutputTypes, in should_override_cgus_and_disable_thinlto()3228 impl DepTrackingHash for OutputTypes { implementation
517 output_types: &OutputTypes, in multiple_output_types_to_stdout()
661 class OutputTypes : public SimpleShaders class