Function rustc_codegen_llvm::common::get_dllimport

source ·
pub(crate) fn get_dllimport<'tcx>(
    tcx: TyCtxt<'tcx>,
    id: DefId,
    name: &str
) -> Option<&'tcx DllImport>