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.cpp44 std::vector<TimeTraceProfiler *> List;
55 static LLVM_THREAD_LOCAL TimeTraceProfiler *TimeTraceProfilerInstance = nullptr;
57 TimeTraceProfiler *llvm::getTimeTraceProfilerInstance() { in getTimeTraceProfilerInstance()
127 struct llvm::TimeTraceProfiler { struct in llvm
128 TimeTraceProfiler(unsigned TimeTraceGranularity = 0, StringRef ProcName = "", in TimeTraceProfiler() function
276 for (const TimeTraceProfiler *TTP : Instances.List) in write()
284 for (const TimeTraceProfiler *TTP : Instances.List) in write()
298 for (const TimeTraceProfiler *TTP : Instances.List) in write()
349 for (const TimeTraceProfiler *TTP : Instances.List) in write()
396 TimeTraceProfilerInstance = new TimeTraceProfiler( in timeTraceProfilerInitialize()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimeProfiler.h109 struct TimeTraceProfiler;
110 LLVM_ABI TimeTraceProfiler *getTimeTraceProfilerInstance();