Searched refs:PathProfileHeader (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/include/llvm/Analysis/
H A DProfileInfoTypes.h38 } PathProfileHeader; typedef in typeref:struct:__anon9988
/macosx-10.10/llvmCore-3425.0.34/runtime/libprofile/
H A DPathProfiling.c78 lseek(outFile, sizeof(PathProfileHeader), SEEK_CUR);
93 PathProfileHeader fHeader;
100 if (write(outFile, &fHeader, sizeof(PathProfileHeader)) < 0) {
118 PathProfileHeader header;
124 if (write(outFile, &header, sizeof(PathProfileHeader)) < 0) {
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DPathProfileInfo.cpp368 PathProfileHeader pathHeader;

Completed in 214 milliseconds