OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProfilingType
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/LLVM/runtime/libprofile/
Profiling.h
18
#include "llvm/Analysis/ProfileInfoTypes.h" /* for enum
ProfilingType
*/
33
void write_profiling_data(enum
ProfilingType
PT, unsigned *Start,
CommonProfiling.c
128
void write_profiling_data(enum
ProfilingType
PT, unsigned *Start,
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ProfileInfoTypes.h
30
enum
ProfilingType
{
/external/swiftshader/third_party/LLVM/lib/Analysis/
PathProfileInfo.cpp
301
ProfilingType
profType;
303
while( fread(&profType, sizeof(
ProfilingType
), 1, _file) ) {
Completed in 203 milliseconds