Searched defs:SymbolExportLevel (Results 1 – 2 of 2) sorted by relevance
12 pub enum SymbolExportLevel { enum17 impl SymbolExportLevel { implementation
21 pub fn threshold(tcx: TyCtxt<'_>) -> SymbolExportLevel { in threshold()25 fn crate_export_threshold(crate_type: CrateType) -> SymbolExportLevel { in crate_export_threshold()34 pub fn crates_export_threshold(crate_types: &[CrateType]) -> SymbolExportLevel { in crates_export_threshold()476 fn symbol_export_level(tcx: TyCtxt<'_>, sym_def_id: DefId) -> SymbolExportLevel { in symbol_export_level()