Home
last modified time | relevance | path

Searched refs:LLVMRunStaticDestructors (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c92 LLVMRunStaticDestructors(EE); in llvm_ee_run_static_dtors()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DExecutionEngine.h116 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE);
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dexecutionengine.go132 func (ee ExecutionEngine) RunStaticDestructors() { C.LLVMRunStaticDestructors(ee.C) }
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp224 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticDestructors() function