Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
BfMachineType BfTargetTriple::GetMachineType()
38
{
39
if (!mParsed)
40
Parse();
41
return mMachineType;
42
}
Callers
4
GetLLVMCallingConv
Function · 0.80
AddNop
Method · 0.80
DoCheckedIntrinsic
Method · 0.80
HandleNextCmd
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected