Searched refs:LLVMModule (Results 1 – 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | stub_compiler.cpp | 36 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()
|
D | llvm_codegen.h | 47 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_;
|
D | pass_manager.h | 34 …nst std::string &triple, CompilerLog *log, BytecodeInfoCollector* collector, LLVMModule *aotModule, in PassContext() 84 LLVMModule* GetAOTModule() const in GetAOTModule() 123 LLVMModule *aotModule_ {nullptr};
|
D | stub_compiler.h | 52 void RunPipeline(LLVMModule *module, NativeAreaAllocator *allocator) const;
|
D | file_generators.h | 30 Module(LLVMModule *module, LLVMAssembler *assembler) in Module() 81 LLVMModule* GetModule() const in GetModule() 104 LLVMModule *llvmModule_ {nullptr};
|
D | llvm_ir_builder.h | 114 class LLVMModule { 116 …LLVMModule(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};
|
D | file_generators.cpp | 315 LLVMModule* m = new LLVMModule(vm_->GetNativeAreaAllocator(), name, logDebug, triple); in AddModule() 334 LLVMModule* m = new LLVMModule(allocator, name, logDebug, triple); in AddModule()
|
D | llvm_ir_builder.cpp | 59 … LLVMModule *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 …]
|
D | pass.h | 104 LLVMModule* GetAotModule() const in GetAotModule() 547 void CreateCodeGen(LLVMModule *module, bool enableLog) in CreateCodeGen()
|
D | llvm_codegen.cpp | 344 LLVMAssembler::LLVMAssembler(LLVMModule *lm, LOptions option) in LLVMAssembler() 556 DWARFContext *ctx, LLVMModule* module, const std::string &funcName) in GetCalleeReg2Offset()
|