Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DPerfReader.cpp384 if (isMMap2Event(TraceIt.getCurrentLine()) && in convertPerfDataToTrace()
533 TraceIt.getCurrentLine().split(Records, " ", -1, false); in extractLBRStack()
537 << TraceIt.getCurrentLine() << "\n"; in extractLBRStack()
598 StringRef FrameStr = TraceIt.getCurrentLine().ltrim(); in extractCallstack()
787 TraceIt.getCurrentLine().str(); in readSampleCounters()
804 StringRef Line = TraceIt.getCurrentLine().ltrim(); in readSampleCounters()
841 StringRef Line = TraceIt.getCurrentLine(); in readUnsymbolizedProfile()
912 if (!TraceIt.getCurrentLine().getAsInteger(10, Count)) in parseAggregatedCount()
978 if (isMMap2Event(TraceIt.getCurrentLine())) in parseEventOrSample()
1034 if (!TraceIt.getCurrentLine().getAsInteger(10, FrameAddr)) in checkPerfScriptType()
[all …]
H A DPerfReader.h42 StringRef getCurrentLine() { in getCurrentLine() function