Home
last modified time | relevance | path

Searched refs:AddModule (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_compiler.cpp143 Module* stubM = generator.AddModule(&allocator, "bc_stub", triple_, stubOp, log->OutputASM(), StubFileKind::BC); in BuildStubModuleAndSave()
152 Module* comM = generator.AddModule(&allocator, "com_stub", triple_, comOp, log->OutputASM(), StubFileKind::COM); in BuildStubModuleAndSave()
161 Module* builtinM = generator.AddModule(&allocator, "builtin_stub", triple_, builtinOp, log->OutputASM(), in BuildStubModuleAndSave()
171 Module* baselineM = generator.AddModule(&allocator, "baseline_stub", triple_, baselineOp, log->OutputASM(), in BuildStubModuleAndSave()
H A Dcompilation_driver.cpp49 return IsCurModuleFull() ? fileGenerator_->AddModule(fileName_, triple_, *lOptions_, outputAsm_) in GetModule()
116 return IsCurModuleFull() ? fileGenerator_->AddModule(fileName_, triple_, *lOptions_, outputAsm_, true) : in GetModule()
H A Dfile_generators.h193 Module* AddModule(const std::string &name, const std::string &triple, LOptions option, bool logDebug,
256 Module* AddModule(NativeAreaAllocator *allocator, const std::string &name, const std::string &triple,
H A Dfile_generators.cpp474 Module* AOTFileGenerator::AddModule(const std::string &name, const std::string &triple, in AddModule() function in panda::ecmascript::kungfu::AOTFileGenerator
498 Module* StubFileGenerator::AddModule(NativeAreaAllocator *allocator, const std::string &name, const std::string &triple, in AddModule() function in panda::ecmascript::kungfu::StubFileGenerator
H A Daot_compiler_preprocessor.cpp232 Module *m = generator.AddModule("", cOptions.triple_, lOptions, false); in AnalyzeGraph()

Completed in 5 milliseconds