Home
last modified time | relevance | path

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

/external/llvm/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c91 LLVMRunStaticDestructors(EE); in llvm_ee_run_static_dtors()
/external/llvm/include/llvm-c/
DExecutionEngine.h117 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE);
/external/llvm/bindings/go/llvm/
Dexecutionengine.go133 func (ee ExecutionEngine) RunStaticDestructors() { C.LLVMRunStaticDestructors(ee.C) }
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp221 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticDestructors() function