Searched refs:AddModule (Results 1 – 3 of 3) sorted by relevance
149 generator.AddModule(&bcStubModule, &bcStubAssembler); in BuildStubModuleAndSave()157 generator.AddModule(&comStubModule, &comStubAssembler); in BuildStubModuleAndSave()165 generator.AddModule(&builtinsStubModule, &builtinsStubAssembler); in BuildStubModuleAndSave()
233 …void AddModule(LLVMModule *llvmModule, LLVMAssembler *assembler, BytecodeInfoCollector *bcInfoColl… in AddModule() function268 void AddModule(LLVMModule *llvmModule, LLVMAssembler *assembler) in AddModule() function
120 generator.AddModule(aotModule, aotModuleAssembler, &bcInfoCollector); in Compile()