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

Function FixEmitFileName

IDEHelper/COFF.cpp:3454–3459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3452}
3453
3454static void FixEmitFileName(const char*& fileName)
3455{
3456 const char* emitPtr = strstr(fileName, "$Emit$");
3457 if (emitPtr != NULL)
3458 fileName = emitPtr;
3459}
3460
3461CvCompileUnit* COFF::ParseCompileUnit(CvModuleInfo* moduleInfo, CvCompileUnit* compileUnit, uint8* sectionData, int sectionSize)
3462{

Callers 2

ParseCompileUnitMethod · 0.85
ScanCompileUnitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected