Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp43 std::vector<TimeTraceProfiler *> List;
54 static LLVM_THREAD_LOCAL TimeTraceProfiler *TimeTraceProfilerInstance = nullptr;
56 TimeTraceProfiler *llvm::getTimeTraceProfilerInstance() { in getTimeTraceProfilerInstance()
107 struct llvm::TimeTraceProfiler { struct in llvm
108 TimeTraceProfiler(unsigned TimeTraceGranularity = 0, StringRef ProcName = "", in TimeTraceProfiler() argument
232 for (const TimeTraceProfiler *TTP : Instances.List) in write()
240 for (const TimeTraceProfiler *TTP : Instances.List) in write()
254 for (const TimeTraceProfiler *TTP : Instances.List) in write()
305 for (const TimeTraceProfiler *TTP : Instances.List) in write()
352 TimeTraceProfilerInstance = new TimeTraceProfiler( in timeTraceProfilerInitialize()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimeProfiler.h95 struct TimeTraceProfiler;
96 TimeTraceProfiler *getTimeTraceProfilerInstance();