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

Method GetMachineType

IDEHelper/Compiler/BfTargetTriple.cpp:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37BfMachineType BfTargetTriple::GetMachineType()
38{
39 if (!mParsed)
40 Parse();
41 return mMachineType;
42}

Callers 4

GetLLVMCallingConvFunction · 0.80
AddNopMethod · 0.80
DoCheckedIntrinsicMethod · 0.80
HandleNextCmdMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected