Struct llvm_kaleidoscope_rs::llvm::ResourceTracker [−][src]
pub struct ResourceTracker<'jit>(_, _);
Expand description
A resource handle for code added to an LLJit
instance.
When a ResourceTracker
handle is dropped, the code corresponding to the handle will be
removed from the JIT.