Home
last modified time | relevance | path

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

/external/llvm/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c85 LLVMRunStaticConstructors(EE); in llvm_ee_run_static_ctors()
/external/llvm/include/llvm-c/
DExecutionEngine.h115 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE);
/external/llvm/bindings/go/llvm/
Dexecutionengine.go132 func (ee ExecutionEngine) RunStaticConstructors() { C.LLVMRunStaticConstructors(ee.C) }
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp217 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticConstructors() function