D | PathProfileInfo.cpp | 78 FILE* _file; member in __anoned7d67d50111::PathProfileLoaderPass 296 if (!(_file = fopen(_filename.c_str(), "rb"))) { in runOnModule() 303 while( fread(&profType, sizeof(ProfilingType), 1, _file) ) { in runOnModule() 313 fclose (_file); in runOnModule() 318 fclose (_file); in runOnModule() 338 if( fread(&savedArgsLength, sizeof(unsigned), 1, _file) != 1 ) { in handleArgumentInfo() 345 if( fread(args, 1, savedArgsLength, _file) != savedArgsLength ) in handleArgumentInfo() 354 fseek(_file, 4-(savedArgsLength&3), SEEK_CUR); in handleArgumentInfo() 361 if( fread(&functionCount, sizeof(functionCount), 1, _file) != 1 ) { in handlePathInfo() 369 if( fread(&pathHeader, sizeof(pathHeader), 1, _file) != 1 ) { in handlePathInfo() [all …]
|