Function llvm_sys::target::LLVMGetModuleDataLayout
source ยท pub unsafe extern "C" fn LLVMGetModuleDataLayout(
M: LLVMModuleRef,
) -> LLVMTargetDataRef
Expand description
Get the data layout for a module.
pub unsafe extern "C" fn LLVMGetModuleDataLayout(
M: LLVMModuleRef,
) -> LLVMTargetDataRef
Get the data layout for a module.