HomeSort by relevance Sort by last modified time
    Searched refs:PathProfileTableEntry (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Analysis/
ProfileInfoTypes.h 46 } PathProfileTableEntry;
  /external/llvm/runtime/libprofile/
PathProfiling.c 70 PathProfileTableEntry pte;
84 if (write(outFile, &pte, sizeof(PathProfileTableEntry)) < 0) {
135 PathProfileTableEntry pte;
139 if (write(outFile, &pte, sizeof(PathProfileTableEntry)) < 0) {
  /external/llvm/lib/Analysis/
PathProfileInfo.cpp 376 PathProfileTableEntry* pathTable =
377 new PathProfileTableEntry[pathHeader.numEntries];
379 if( fread(pathTable, sizeof(PathProfileTableEntry),

Completed in 165 milliseconds