Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c86 LLVMRunStaticConstructors(EE); in llvm_ee_run_static_ctors()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DExecutionEngine.h114 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE);
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dexecutionengine.go131 func (ee ExecutionEngine) RunStaticConstructors() { C.LLVMRunStaticConstructors(ee.C) }
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp219 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticConstructors() function