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

Method GetTypeEntry

IDEHelper/Compiler/BfIRCodeGen.cpp:801–807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

799}
800
801BfIRTypeEntry* BfIRCodeGen::GetTypeEntry(BfIRTypeEx* type)
802{
803 int typeId = 0;
804 if (!mTypeToTypeIdMap.TryGetValue(type, &typeId))
805 return NULL;
806 return &GetTypeEntry(typeId);
807}
808
809void BfIRCodeGen::SetResult(int id, llvm::Value* value)
810{

Callers 1

ToStringMethod · 0.80

Calls 1

TryGetValueMethod · 0.80

Tested by

no test coverage detected