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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimeProfiler.h17 struct TimeTraceProfiler;
18 TimeTraceProfiler *getTimeTraceProfilerInstance();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp33 static std::vector<TimeTraceProfiler *>
36 static LLVM_THREAD_LOCAL TimeTraceProfiler *TimeTraceProfilerInstance = nullptr;
38 TimeTraceProfiler *llvm::getTimeTraceProfilerInstance() {
76 struct llvm::TimeTraceProfiler { struct in class:llvm
77 TimeTraceProfiler(unsigned TimeTraceGranularity = 0, StringRef ProcName = "") function in struct:llvm::TimeTraceProfiler
159 for (const TimeTraceProfiler *TTP : ThreadTimeTraceProfilerInstances)
167 for (const TimeTraceProfiler *TTP : ThreadTimeTraceProfilerInstances)
181 for (const TimeTraceProfiler *TTP : ThreadTimeTraceProfilerInstances)
232 for (const TimeTraceProfiler *TTP : ThreadTimeTraceProfilerInstances)
267 TimeTraceProfilerInstance = new TimeTraceProfiler(
[all...]

Completed in 142 milliseconds