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

Method GetPrimitiveType

IDEHelper/Compiler/BfIRBuilder.cpp:4197–4205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4195}
4196
4197BfIRType BfIRBuilder::GetPrimitiveType(BfTypeCode typeCode)
4198{
4199 FixTypeCode(typeCode);
4200
4201 BfIRType irType;
4202 irType.mKind = BfIRTypeData::TypeKind_TypeCode;
4203 irType.mId = (int)typeCode;
4204 return irType;
4205}
4206
4207BfIRType BfIRBuilder::CreateStructType(const StringImpl& name)
4208{

Callers 15

VisitMethod · 0.45
DoObjectCreateMethod · 0.45
VisitMethod · 0.45
AppendedObjectInitMethod · 0.45
CreateTypeDataMethod · 0.45
AllocFromTypeMethod · 0.45
AppendAllocFromTypeMethod · 0.45
ReferenceStaticFieldMethod · 0.45
EmitCtorBodyMethod · 0.45
ProcessMethodMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected