Home
last modified time | relevance | path

Searched refs:TimeTraceProfiler (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/lib/Support/
DTimeProfiler.cpp33 static std::vector<TimeTraceProfiler *>
36 static LLVM_THREAD_LOCAL TimeTraceProfiler *TimeTraceProfilerInstance = nullptr;
38 TimeTraceProfiler *llvm::getTimeTraceProfilerInstance() { in getTimeTraceProfilerInstance()
76 struct llvm::TimeTraceProfiler { struct in llvm
77 TimeTraceProfiler(unsigned TimeTraceGranularity = 0, StringRef ProcName = "") in TimeTraceProfiler() argument
159 for (const TimeTraceProfiler *TTP : ThreadTimeTraceProfilerInstances) in write()
167 for (const TimeTraceProfiler *TTP : ThreadTimeTraceProfilerInstances) in write()
181 for (const TimeTraceProfiler *TTP : ThreadTimeTraceProfilerInstances) in write()
232 for (const TimeTraceProfiler *TTP : ThreadTimeTraceProfilerInstances) in write()
267 TimeTraceProfilerInstance = new TimeTraceProfiler( in timeTraceProfilerInitialize()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTimeProfiler.h16 struct TimeTraceProfiler;
17 extern TimeTraceProfiler *TimeTraceProfilerInstance;
/external/llvm-project/llvm/include/llvm/Support/
DTimeProfiler.h17 struct TimeTraceProfiler;
18 TimeTraceProfiler *getTimeTraceProfilerInstance();
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTimeProfiler.cpp27 TimeTraceProfiler *TimeTraceProfilerInstance = nullptr;
61 struct TimeTraceProfiler { struct
62 TimeTraceProfiler(unsigned TimeTraceGranularity = 0, StringRef ProcName = "") in TimeTraceProfiler() argument
195 TimeTraceProfilerInstance = new TimeTraceProfiler( in timeTraceProfilerInitialize()