Home
last modified time | relevance | path

Searched refs:runStaticConstructorsDestructors (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h293 virtual void runStaticConstructorsDestructors(bool isDtors);
299 void runStaticConstructorsDestructors(Module &module, bool isDtors);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp221 unwrap(EE)->runStaticConstructorsDestructors(false); in LLVMRunStaticConstructors()
226 unwrap(EE)->runStaticConstructorsDestructors(true); in LLVMRunStaticDestructors()
H A DExecutionEngine.cpp366 void ExecutionEngine::runStaticConstructorsDestructors(Module &module, in runStaticConstructorsDestructors() function in ExecutionEngine
405 void ExecutionEngine::runStaticConstructorsDestructors(bool isDtors) { in runStaticConstructorsDestructors() function in ExecutionEngine
408 runStaticConstructorsDestructors(*M, isDtors); in runStaticConstructorsDestructors()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp448 ExecutionEngine::runStaticConstructorsDestructors(**I, isDtors); in runStaticConstructorsDestructorsInModulePtrSet()
452 void MCJIT::runStaticConstructorsDestructors(bool isDtors) { in runStaticConstructorsDestructors() function in MCJIT
H A DMCJIT.h249 void runStaticConstructorsDestructors(bool isDtors) override;
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp676 EE->runStaticConstructorsDestructors(false); in main()
689 EE->runStaticConstructorsDestructors(true); in main()