Searched refs:LLVMRunStaticDestructors (Results 1 – 4 of 4) sorted by relevance
91 LLVMRunStaticDestructors(EE); in llvm_ee_run_static_dtors()
117 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE);
133 func (ee ExecutionEngine) RunStaticDestructors() { C.LLVMRunStaticDestructors(ee.C) }
221 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticDestructors() function