Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/tools/llvm-profgen/
H A DPerfReader.cpp380 if (isMMap2Event(TraceIt.getCurrentLine()) && in convertPerfDataToTrace()
535 TraceIt.getCurrentLine().split(Records, " ", -1, false); in extractLBRStack()
539 << TraceIt.getCurrentLine() << "\n"; in extractLBRStack()
603 StringRef FrameStr = TraceIt.getCurrentLine().ltrim(); in extractCallstack()
794 TraceIt.getCurrentLine().str(); in readSampleCounters()
811 StringRef Line = TraceIt.getCurrentLine().ltrim(); in readSampleCounters()
849 StringRef Line = TraceIt.getCurrentLine(); in readUnsymbolizedProfile()
921 if (!TraceIt.getCurrentLine().getAsInteger(10, Count)) in parseAggregatedCount()
987 if (isMMap2Event(TraceIt.getCurrentLine())) in parseEventOrSample()
1043 if (!TraceIt.getCurrentLine().getAsInteger(10, FrameAddr)) in checkPerfScriptType()
[all …]
H A DPerfReader.h42 StringRef getCurrentLine() { in getCurrentLine() function