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

Method GetImportCallKind

IDEHelper/Compiler/BfResolvedTypeUtils.cpp:1067–1074  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1065}
1066
1067BfImportCallKind BfMethodInstance::GetImportCallKind()
1068{
1069 if (GetImportKind() != BfImportKind_Import_Dynamic)
1070 return BfImportCallKind_None;
1071 if ((mHotMethod != NULL) && ((mHotMethod->mFlags & BfHotDepDataFlag_IsOriginalBuild) == 0))
1072 return BfImportCallKind_GlobalVar_Hot;
1073 return BfImportCallKind_GlobalVar;
1074}
1075
1076bool BfMethodInstance::IsTestMethod()
1077{

Callers 7

CreateFunctionFromMethod · 0.80
GetMethodInstanceMethod · 0.80
ProcessMethodMethod · 0.80
SetupIRFunctionMethod · 0.80
AddMethodToWorkListMethod · 0.80
CreateCallMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected