Searched defs:Dispose (Results 1 – 12 of 12) sorted by relevance
85 func (g GenericValue) Dispose() { C.LLVMDisposeGenericValue(g.C) } func130 func (ee ExecutionEngine) Dispose() { C.LLVMDisposeExecutionEngine(ee.C) } func
50 func (pmb PassManagerBuilder) Dispose() { func
202 func (td TargetData) Dispose() { C.LLVMDisposeTargetData(td.C) } func287 func (tm TargetMachine) Dispose() { func
361 func (c Context) Dispose() { C.LLVMContextDispose(c.C) } func455 func (m Module) Dispose() { C.LLVMDisposeModule(m.C) } func1355 func (b Builder) Dispose() { C.LLVMDisposeBuilder(b.C) } func1936 func (mp ModuleProvider) Dispose() { C.LLVMDisposeModuleProvider(mp.C) } func1972 func (b MemoryBuffer) Dispose() { C.LLVMDisposeMemoryBuffer(b.C) } func2016 func (pm PassManager) Dispose() { C.LLVMDisposePassManager(pm.C) } func
131 public void Dispose() in Dispose() method in DotZLib.CodecBase
125 public void Dispose() in Dispose() method in DotZLib.GZipStream