Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h284 virtual void runStaticConstructorsDestructors(bool isDtors);
290 void runStaticConstructorsDestructors(Module &module, bool isDtors);
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.cpp127 void OrcMCJITReplacement::runStaticConstructorsDestructors(bool isDtors) { in runStaticConstructorsDestructors() function in llvm::orc::OrcMCJITReplacement
H A DOrcMCJITReplacement.h381 void runStaticConstructorsDestructors(bool isDtors) override;
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp223 unwrap(EE)->runStaticConstructorsDestructors(false); in LLVMRunStaticConstructors()
228 unwrap(EE)->runStaticConstructorsDestructors(true); in LLVMRunStaticDestructors()
H A DExecutionEngine.cpp371 void ExecutionEngine::runStaticConstructorsDestructors(Module &module, in runStaticConstructorsDestructors() function in ExecutionEngine
410 void ExecutionEngine::runStaticConstructorsDestructors(bool isDtors) { in runStaticConstructorsDestructors() function in ExecutionEngine
413 runStaticConstructorsDestructors(*M, isDtors); in runStaticConstructorsDestructors()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp446 ExecutionEngine::runStaticConstructorsDestructors(**I, isDtors); in runStaticConstructorsDestructorsInModulePtrSet()
450 void MCJIT::runStaticConstructorsDestructors(bool isDtors) { in runStaticConstructorsDestructors() function in MCJIT
H A DMCJIT.h259 void runStaticConstructorsDestructors(bool isDtors) override;
/freebsd-12.1/contrib/llvm/tools/lli/
H A Dlli.cpp607 EE->runStaticConstructorsDestructors(false); in main()
620 EE->runStaticConstructorsDestructors(true); in main()