Home
last modified time | relevance | path

Searched defs:llvmContext (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dwrapped_module.cpp21 WrappedModule::WrappedModule(std::unique_ptr<llvm::LLVMContext> llvmContext, std::unique_ptr<llvm::… in WrappedModule()
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_aot_compiler.cpp444 auto llvmContext = std::make_unique<llvm::LLVMContext>(); in CreateModule() local