Searched refs:LLVMRunStaticDestructors (Results 1 – 4 of 4) sorted by relevance
92 LLVMRunStaticDestructors(EE); in llvm_ee_run_static_dtors()
116 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE);
132 func (ee ExecutionEngine) RunStaticDestructors() { C.LLVMRunStaticDestructors(ee.C) }
225 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticDestructors() function