public static LLFunctionLocation Create(LLFunction pFunction) { LLFunctionLocation location = new LLFunctionLocation(LLModule.GetOrCreateFunctionType(pFunction.ReturnType, pFunction.Parameters.ToTypeList()).PointerDepthPlusOne); location.mFunction = pFunction; return(location); }
public static LLFunctionLocation Create(LLFunction pFunction) { LLFunctionLocation location = new LLFunctionLocation(LLModule.GetOrCreateFunctionType(pFunction.ReturnType, pFunction.Parameters.ToTypeList()).PointerDepthPlusOne); location.mFunction = pFunction; return location; }