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

  /external/llvm/include/llvm/Analysis/
ProfileDataTypes.h 25 enum ProfilingType {
  /external/llvm/runtime/libprofile/
Profiling.h 18 #include "llvm/Analysis/ProfileDataTypes.h" /* for enum ProfilingType */
33 void write_profiling_data(enum ProfilingType PT, unsigned *Start,
CommonProfiling.c 138 void write_profiling_data(enum ProfilingType PT, unsigned *Start,
  /external/llvm/lib/Analysis/
PathProfileInfo.cpp 301 ProfilingType profType;
303 while( fread(&profType, sizeof(ProfilingType), 1, _file) ) {

Completed in 292 milliseconds