pub unsafe extern "C" fn LLVMModuleFlagEntriesGetFlagBehavior(
Entries: *mut LLVMModuleFlagEntry,
Index: c_uint,
) -> LLVMModuleFlagBehavior
Expand description
Returns the flag behavior for a module flag entry at a specific index.
pub unsafe extern "C" fn LLVMModuleFlagEntriesGetFlagBehavior(
Entries: *mut LLVMModuleFlagEntry,
Index: c_uint,
) -> LLVMModuleFlagBehavior
Returns the flag behavior for a module flag entry at a specific index.