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

Method GetMangleKind

IDEHelper/Compiler/BfCompiler.cpp:5767–5772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5765}
5766
5767BfMangler::MangleKind BfCompiler::GetMangleKind()
5768{
5769 if (mOptions.mToolsetType == BfToolsetType_GNU)
5770 return BfMangler::MangleKind_GNU;
5771 return (mSystem->mPtrSize == 8) ? BfMangler::MangleKind_Microsoft_64 : BfMangler::MangleKind_Microsoft_32;
5772}
5773
5774//////////////////////////////////////////////////////////////////////////
5775

Callers 15

AddDeferredCallEntryMethod · 0.80
CreateStaticFieldMethod · 0.80
AppendedObjectInitMethod · 0.80
CreateTypeDataRefMethod · 0.80
CreateSlotOfsMethod · 0.80
CreateTypeDataMethod · 0.80
CreateFunctionFromMethod · 0.80
GetMethodInstanceMethod · 0.80
GetInterfaceSlotNumMethod · 0.80
ReferenceStaticFieldMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected