Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Support/
H A DTimeProfiler.cpp41 std::vector<TimeTraceProfiler *> List;
52 static LLVM_THREAD_LOCAL TimeTraceProfiler *TimeTraceProfilerInstance = nullptr;
54 TimeTraceProfiler *llvm::getTimeTraceProfilerInstance() { in getTimeTraceProfilerInstance()
97 struct llvm::TimeTraceProfiler { struct in llvm
98 TimeTraceProfiler(unsigned TimeTraceGranularity = 0, StringRef ProcName = "") in TimeTraceProfiler() argument
182 for (const TimeTraceProfiler *TTP : Instances.List) in write()
190 for (const TimeTraceProfiler *TTP : Instances.List) in write()
204 for (const TimeTraceProfiler *TTP : Instances.List) in write()
255 for (const TimeTraceProfiler *TTP : Instances.List) in write()
292 TimeTraceProfilerInstance = new TimeTraceProfiler( in timeTraceProfilerInitialize()
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DTimeProfiler.h86 struct TimeTraceProfiler;
87 TimeTraceProfiler *getTimeTraceProfilerInstance();