Searched refs:LLVMRunStaticConstructors (Results 1 – 4 of 4) sorted by relevance
86 LLVMRunStaticConstructors(EE); in llvm_ee_run_static_ctors()
114 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE);
131 func (ee ExecutionEngine) RunStaticConstructors() { C.LLVMRunStaticConstructors(ee.C) }
220 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticConstructors() function