ΒΆvoid LLVMOrcDisposeMaterializationResponsibility(
LLVMOrcMaterializationResponsibilityRef MR)
void LLVMOrcDisposeMaterializationResponsibility(
LLVMOrcMaterializationResponsibilityRef MR)
Description
Disposes of the passed MaterializationResponsibility object. This should only be done after the symbols covered by the object have either been resolved and emitted (via LLVMOrcMaterializationResponsibilityNotifyResolved and LLVMOrcMaterializationResponsibilityNotifyEmitted) or failed (via LLVMOrcMaterializationResponsibilityFailMaterialization).
Declared at: llvm/include/llvm-c/Orc.h:721
Parameters
- LLVMOrcMaterializationResponsibilityRef MR