Searched refs:llvmModule (Results 1 – 3 of 3) sorted by relevance
25 LLVMValueRef GetASMBarrierCall(LLVMModule* llvmModule) override in GetASMBarrierCall() argument39 …paramTys.push_back(llvmModule->GetRawPtrT()); // add the runtime check barrier stub as the first a… in GetASMBarrierCall()43 paramTys.push_back(llvmModule->ConvertLLVMTypeFromVariableType(originParamType[i])); in GetASMBarrierCall()45 …LLVMTypeRef functype = LLVMFunctionType(llvmModule->GetVoidT(), paramTys.data(), paramTys.size(), … in GetASMBarrierCall()
25 LLVMValueRef GetASMBarrierCall(LLVMModule* llvmModule) override in GetASMBarrierCall() argument42 …paramTys.push_back(llvmModule->GetRawPtrT()); // add the runtime check barrier stub as the first a… in GetASMBarrierCall()46 paramTys.push_back(llvmModule->ConvertLLVMTypeFromVariableType(originParamType[i])); in GetASMBarrierCall()48 …LLVMTypeRef functype = LLVMFunctionType(llvmModule->GetVoidT(), paramTys.data(), paramTys.size(), … in GetASMBarrierCall()
96 LLVMModule *llvmModule = static_cast<LLVMModule *>(irModule_); in GetFuncEntryPoints() local100 for (size_t j = 0; j < llvmModule->GetFuncCount(); j++) { in GetFuncEntryPoints()101 LLVMValueRef func = llvmModule->GetFunction(j); in GetFuncEntryPoints()112 LLVMModule *llvmModule = static_cast<LLVMModule*>(irModule_); in CollectFuncEntryInfo() local115 auto callSigns = llvmModule->GetCSigns(); in CollectFuncEntryInfo()122 LLVMValueRef func = llvmModule->GetFunction(j); in CollectFuncEntryInfo()154 LLVMModule *llvmModule = static_cast<LLVMModule*>(irModule_); in CollectFuncEntryInfo() local155 llvmModule->IteratefuncIndexMap([&](size_t idx, LLVMValueRef func, bool isFastCall) { in CollectFuncEntryInfo()