Trait rustc_codegen_llvm::abi::FnAbiLlvmExt[][src]

pub trait FnAbiLlvmExt<'tcx> {
    fn llvm_type<'ll>(&self, cx: &CodegenCx<'ll, 'tcx>) -> &'ll Type;
fn ptr_to_llvm_type<'ll>(&self, cx: &CodegenCx<'ll, 'tcx>) -> &'ll Type;
fn llvm_cconv(&self) -> CallConv;
fn apply_attrs_llfn<'ll>(&self, cx: &CodegenCx<'ll, 'tcx>, llfn: &'ll Value);
fn apply_attrs_callsite<'a, 'll>(
        &self,
        bx: &mut Builder<'a, 'll, 'tcx>,
        callsite: &'ll Value
    ); }

Required methods

Implementors