Home
last modified time | relevance | path

Searched refs:LLVMModule (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_compiler.cpp36 StubPassData(Stub *stub, LLVMModule *module, CompilerLog *log) in StubPassData()
53 LLVMModule *GetStubModule() const in GetStubModule()
65 LLVMModule *module_;
82 void CreateCodeGen(LLVMModule *module, bool enableLog) in CreateCodeGen()
100 void StubCompiler::RunPipeline(LLVMModule *module, NativeAreaAllocator *allocator) const in RunPipeline()
Dllvm_codegen.h47 class LLVMModule; variable
126 explicit LLVMAssembler(LLVMModule *lm, LOptions option = LOptions());
196 LLVMModule *llvmModule_ {nullptr};
207 LLVMIRGeneratorImpl(LLVMModule *module, bool enableLog) in LLVMIRGeneratorImpl()
221 LLVMModule *module_;
Dpass_manager.h34 …nst std::string &triple, CompilerLog *log, BytecodeInfoCollector* collector, LLVMModule *aotModule, in PassContext()
84 LLVMModule* GetAOTModule() const in GetAOTModule()
123 LLVMModule *aotModule_ {nullptr};
Dstub_compiler.h52 void RunPipeline(LLVMModule *module, NativeAreaAllocator *allocator) const;
Dfile_generators.h30 Module(LLVMModule *module, LLVMAssembler *assembler) in Module()
81 LLVMModule* GetModule() const in GetModule()
104 LLVMModule *llvmModule_ {nullptr};
Dllvm_ir_builder.h114 class LLVMModule {
116LLVMModule(NativeAreaAllocator* allocator, const std::string &name, bool logDbg, const std::string…
117 ~LLVMModule();
368 LLVMModule *module, LLVMValueRef function, const CompilationConfig *cfg,
553 LLVMModule *llvmModule_ {nullptr};
Dfile_generators.cpp315 LLVMModule* m = new LLVMModule(vm_->GetNativeAreaAllocator(), name, logDebug, triple); in AddModule()
334 LLVMModule* m = new LLVMModule(allocator, name, logDebug, triple); in AddModule()
Dllvm_ir_builder.cpp59LLVMModule *module, LLVMValueRef function, const CompilationConfig *cfg, in LLVMIRBuilder()
2187 LLVMValueRef LLVMModule::GetDeoptFunction() in GetDeoptFunction()
2200 llvmModule_->SetFunction(LLVMModule::kDeoptEntryOffset, function, false); in GenDeoptEntry()
2387 LLVMModule::LLVMModule(NativeAreaAllocator* allocator, const std::string &name, bool logDbg, const … in LLVMModule() function in panda::ecmascript::kungfu::LLVMModule
2416 LLVMModule::~LLVMModule() in ~LLVMModule()
2436 void LLVMModule::InitialLLVMFuncTypeAndFuncByModuleCSigns() in InitialLLVMFuncTypeAndFuncByModuleCSigns()
2446 void LLVMModule::SetUpForCommonStubs() in SetUpForCommonStubs()
2452 void LLVMModule::SetUpForBytecodeHandlerStubs() in SetUpForBytecodeHandlerStubs()
2458 void LLVMModule::SetUpForBuiltinsStubs() in SetUpForBuiltinsStubs()
2464 LLVMValueRef LLVMModule::AddAndGetFunc(const CallSignature *stubDescriptor) in AddAndGetFunc()
[all …]
Dpass.h104 LLVMModule* GetAotModule() const in GetAotModule()
547 void CreateCodeGen(LLVMModule *module, bool enableLog) in CreateCodeGen()
Dllvm_codegen.cpp344 LLVMAssembler::LLVMAssembler(LLVMModule *lm, LOptions option) in LLVMAssembler()
556 DWARFContext *ctx, LLVMModule* module, const std::string &funcName) in GetCalleeReg2Offset()