pub unsafe extern "C" fn LLVMRemarkEntryGetType(
Remark: LLVMRemarkEntryRef,
) -> LLVMRemarkType
Expand description
The type of the remark. For example, it can allow users to only keep the missed optimizations from the compiler.
pub unsafe extern "C" fn LLVMRemarkEntryGetType(
Remark: LLVMRemarkEntryRef,
) -> LLVMRemarkType
The type of the remark. For example, it can allow users to only keep the missed optimizations from the compiler.