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

Function BfCodeGen_GenerateObj

IDEHelper/Compiler/BfCodeGen.cpp:1139–1146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1137}
1138
1139BF_EXPORT void BF_CALLTYPE BfCodeGen_GenerateObj(const void* ptr, int size, const char* outFileName, BfCodeGenResult* resultPtr, const BfCodeGenOptions& options)
1140{
1141 GetExternCodeGen();
1142
1143 BfCodeGenRequest* codeGenRequest = new BfCodeGenRequest();
1144 codeGenRequest->mOptions = options;
1145 gExternCodeGen->DoWriteObjectFile(codeGenRequest, ptr, size, outFileName, resultPtr);
1146}

Callers

nothing calls this directly

Calls 2

GetExternCodeGenFunction · 0.85
DoWriteObjectFileMethod · 0.80

Tested by

no test coverage detected