pub unsafe extern "C" fn LLVMModuleFlagEntriesGetFlagBehavior(
Entries: *mut LLVMModuleFlagEntry,
Index: c_uint,
) -> LLVMModuleFlagBehaviorExpand 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,
) -> LLVMModuleFlagBehaviorReturns the flag behavior for a module flag entry at a specific index.