• Home
  • Raw
  • Download

Lines Matching refs:LLVMModule

59LLVMModule *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()
2470 LLVMTypeRef LLVMModule::GetFuncType(const CallSignature *stubDescriptor) in GetFuncType()
2490 LLVMTypeRef LLVMModule::GenerateFuncType(const std::vector<LLVMValueRef> &params, const CallSignatu… in GenerateFuncType()
2501 LLVMTypeRef LLVMModule::ConvertLLVMTypeFromVariableType(VariableType type) in ConvertLLVMTypeFromVariableType()
2523 std::string LLVMModule::GetFuncName(const panda::ecmascript::MethodLiteral *methodLiteral, in GetFuncName()
2533 LLVMValueRef LLVMModule::AddFunc(const panda::ecmascript::MethodLiteral *methodLiteral, const JSPan… in AddFunc()
2559 ASSERT(offsetInPandaFile != LLVMModule::kDeoptEntryOffset); in AddFunc()
2565 LLVMTypeRef LLVMModule::NewLType(MachineType machineType, GateType gateType) in NewLType()