Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c92 LLVMRunStaticDestructors(EE); in llvm_ee_run_static_dtors()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DExecutionEngine.h116 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE);
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp225 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticDestructors() function