MCPcopy Create free account
hub / github.com/beefytech/Beef / CreateFunctionType

Method CreateFunctionType

IDEHelper/Compiler/BfIRBuilder.cpp:5500–5505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5498}
5499
5500BfIRFunctionType BfIRBuilder::CreateFunctionType(BfIRType resultType, const BfSizedArray<BfIRType>& paramTypes, bool isVarArg)
5501{
5502 BfIRFunctionType retType = WriteCmd(BfIRCmd_CreateFunctionType, resultType, paramTypes, isVarArg);
5503 NEW_CMD_INSERTED_IRFUNCTYPE;
5504 return retType;
5505}
5506
5507BfIRFunction BfIRBuilder::CreateFunction(BfIRFunctionType funcType, BfIRLinkageType linkageType, const StringImpl& name)
5508{

Callers 12

GetBuiltInFuncMethod · 0.45
CreateFunctionFromMethod · 0.45
CreateDllImportMethodMethod · 0.45
DbgFinishMethod · 0.45
CreateVDataMethod · 0.45
VisitMethod · 0.45
GetLambdaInstanceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected