Function rustc_codegen_llvm::llvm::LLVMRustPrintTargetCPUs

source ·
pub unsafe extern "C" fn LLVMRustPrintTargetCPUs(
    T: &TargetMachine,
    cpu: *const c_char,
    print: unsafe extern "C" fn(out: *mut c_void, string: *const c_char, len: usize),
    out: *mut c_void
)