| /llvm-project-15.0.7/llvm/bindings/go/llvm/ |
| H A D | ir_test.go | 22 defer mod.Dispose() 99 defer mod.Dispose() 104 defer b.Dispose() 142 defer cont.Dispose()
|
| H A D | executionengine_test.go | 38 defer builder.Dispose() 78 defer engine.Dispose() 81 defer pass.Dispose()
|
| H A D | string_test.go | 21 defer ctx.Dispose()
|
| H A D | executionengine.go | 85 func (g GenericValue) Dispose() { C.LLVMDisposeGenericValue(g.C) } func 130 func (ee ExecutionEngine) Dispose() { C.LLVMDisposeExecutionEngine(ee.C) } func
|
| H A D | transforms_pmbuilder.go | 45 func (pmb PassManagerBuilder) Dispose() { func
|
| H A D | target.go | 202 func (td TargetData) Dispose() { C.LLVMDisposeTargetData(td.C) } func 287 func (tm TargetMachine) Dispose() { func
|
| H A D | ir.go | 361 func (c Context) Dispose() { C.LLVMContextDispose(c.C) } func 455 func (m Module) Dispose() { C.LLVMDisposeModule(m.C) } func 1321 func (b Builder) Dispose() { C.LLVMDisposeBuilder(b.C) } func 1902 func (mp ModuleProvider) Dispose() { C.LLVMDisposeModuleProvider(mp.C) } func 1938 func (b MemoryBuffer) Dispose() { C.LLVMDisposeMemoryBuffer(b.C) } func 1982 func (pm PassManager) Dispose() { C.LLVMDisposePassManager(pm.C) } func
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | OrcV2CBindings.cpp | 284 LLVMOrcDisposeCAPIDefinitionGeneratorFunction Dispose, void *Ctx, in CAPIDefinitionGenerator() argument 286 : Dispose(Dispose), Ctx(Ctx), TryToGenerate(TryToGenerate) {} in CAPIDefinitionGenerator() 289 if (Dispose) in ~CAPIDefinitionGenerator() 290 Dispose(Ctx); in ~CAPIDefinitionGenerator() 329 LLVMOrcDisposeCAPIDefinitionGeneratorFunction Dispose; member in llvm::orc::CAPIDefinitionGenerator 679 LLVMOrcDisposeCAPIDefinitionGeneratorFunction Dispose) { in LLVMOrcCreateCustomCAPIDefinitionGenerator() argument 680 auto DG = std::make_unique<CAPIDefinitionGenerator>(Dispose, Ctx, F); in LLVMOrcCreateCustomCAPIDefinitionGenerator()
|
| /llvm-project-15.0.7/flang/include/flang/Common/ |
| H A D | Fortran.h | 57 Dispose, // nonstandard
|
| H A D | Fortran-features.h | 25 SignedPrimary, FileName, Carriagecontrol, Convert, Dispose,
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | io-parsers.cpp | 123 extension<LanguageFeature::Dispose>( 126 "DISPOSE =" >> pure(ConnectSpec::CharExpr::Kind::Dispose), 507 extension<LanguageFeature::Dispose>( 511 pure(InquireSpec::CharVar::Kind::Dispose),
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | check-io.cpp | 154 case ParseKind::Dispose: in Enter() 155 specKind = IoSpecKind::Dispose; in Enter() 425 case ParseKind::Dispose: in Enter() 426 specKind = IoSpecKind::Dispose; in Enter() 875 {IoSpecKind::Dispose, {"DELETE", "KEEP"}}, in CheckStringValue()
|
| /llvm-project-15.0.7/llvm/include/llvm-c/ |
| H A D | Orc.h | 999 LLVMOrcDisposeCAPIDefinitionGeneratorFunction Dispose);
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | parse-tree.h | 2583 /* extensions: */ Carriagecontrol, Convert, Dispose) 2800 /* extensions: */ Carriagecontrol, Convert, Dispose)
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | IO.cpp | 987 case Fortran::parser::ConnectSpec::CharExpr::Kind::Dispose: in genIOOption()
|