Home
last modified time | relevance | path

Searched defs:SymbolExportLevel (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_middle/src/middle/
Dexported_symbols.rs12 pub enum SymbolExportLevel { enum
17 impl SymbolExportLevel { implementation
/third_party/rust/rust/compiler/rustc_codegen_ssa/src/back/
Dsymbol_export.rs21 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()