Function rustc_codegen_llvm::llvm::LLVMGetDataLayoutStr
source ยท pub unsafe extern "C" fn LLVMGetDataLayoutStr(
M: &Module,
) -> *const c_char
Expand description
Data layout. See Module::getDataLayout.
pub unsafe extern "C" fn LLVMGetDataLayoutStr(
M: &Module,
) -> *const c_char
Data layout. See Module::getDataLayout.