Function llvm_sys::comdat::LLVMGetComdat
source ยท pub unsafe extern "C" fn LLVMGetComdat(
V: LLVMValueRef,
) -> LLVMComdatRef
Expand description
Get the Comdat assigned to the given global object.
pub unsafe extern "C" fn LLVMGetComdat(
V: LLVMValueRef,
) -> LLVMComdatRef
Get the Comdat assigned to the given global object.