Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DTimeProfiler.cpp68 struct TimeTraceProfilerEntry { struct
74 TimeTraceProfilerEntry(TimePointType &&S, TimePointType &&E, std::string &&N, in TimeTraceProfilerEntry() argument
112 TimeTraceProfilerEntry &E = Stack.back(); in end()
135 [&](const TimeTraceProfilerEntry &Val) { in end()
180 for (const TimeTraceProfilerEntry &E : Entries) in write()
183 for (const TimeTraceProfilerEntry &E : TTP->Entries) in write()
272 SmallVector<TimeTraceProfilerEntry, 16> Stack;
273 SmallVector<TimeTraceProfilerEntry, 128> Entries;