Lines Matching refs:LLVMModule
60 … LLVMModule *module, LLVMValueRef function, const CompilationConfig *cfg, in LLVMIRBuilder()
2425 LLVMValueRef LLVMModule::GetDeoptFunction() in GetDeoptFunction()
2438 llvmModule_->SetFunction(LLVMModule::kDeoptEntryOffset, function, false); in GenDeoptEntry()
2620 LLVMModule::LLVMModule(NativeAreaAllocator* allocator, const std::string &name, bool logDbg, const … in LLVMModule() function in panda::ecmascript::kungfu::LLVMModule
2645 LLVMModule::~LLVMModule() in ~LLVMModule()
2661 void LLVMModule::InitialLLVMFuncTypeAndFuncByModuleCSigns() in InitialLLVMFuncTypeAndFuncByModuleCSigns()
2671 void LLVMModule::SetUpForCommonStubs() in SetUpForCommonStubs()
2677 void LLVMModule::SetUpForBytecodeHandlerStubs() in SetUpForBytecodeHandlerStubs()
2683 void LLVMModule::SetUpForBuiltinsStubs() in SetUpForBuiltinsStubs()
2689 LLVMValueRef LLVMModule::AddAndGetFunc(const CallSignature *stubDescriptor) in AddAndGetFunc()
2695 LLVMTypeRef LLVMModule::GetFuncType(const CallSignature *stubDescriptor) in GetFuncType()
2715 LLVMTypeRef LLVMModule::GenerateFuncType(const std::vector<LLVMValueRef> ¶ms, const CallSignatu… in GenerateFuncType()
2726 LLVMTypeRef LLVMModule::ConvertLLVMTypeFromVariableType(VariableType type) in ConvertLLVMTypeFromVariableType()
2748 LLVMValueRef LLVMModule::AddFunc(const panda::ecmascript::MethodLiteral *methodLiteral, const JSPan… in AddFunc()
2774 ASSERT(offsetInPandaFile != LLVMModule::kDeoptEntryOffset); in AddFunc()
2780 LLVMTypeRef LLVMModule::NewLType(MachineType machineType, GateType gateType) in NewLType()