[−][src]Function llvm_sys::debuginfo::LLVMDIBuilderCreateModule
pub unsafe extern "C" fn LLVMDIBuilderCreateModule(
Builder: LLVMDIBuilderRef,
ParentScope: LLVMMetadataRef,
Name: *const c_char,
NameLen: size_t,
ConfigMacros: *const c_char,
ConfigMacrosLen: size_t,
IncludePath: *const c_char,
IncludePathLen: size_t,
ISysRoot: *const c_char,
ISysRootLen: size_t
) -> LLVMMetadataRef
Creates a new descriptor for a module with the specified parent scope.