Searched refs:LLVMRunStaticConstructors (Results 1 – 4 of 4) sorted by relevance
85 LLVMRunStaticConstructors(EE); in llvm_ee_run_static_ctors()
115 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE);
132 func (ee ExecutionEngine) RunStaticConstructors() { C.LLVMRunStaticConstructors(ee.C) }
217 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticConstructors() function