Lines Matching refs:getCurrentLine
406 if (isMMapEvent(TraceIt.getCurrentLine()) &&
407 extractMMapEventForBinary(Binary, TraceIt.getCurrentLine(), MMap)) {
586 TraceIt.getCurrentLine().rtrim().split(Records, " ", -1, false);
590 << TraceIt.getCurrentLine() << "\n";
653 while (!TraceIt.isAtEoF() && !TraceIt.getCurrentLine().starts_with(" 0x")) {
654 StringRef FrameStr = TraceIt.getCurrentLine().ltrim();
701 while (!TraceIt.isAtEoF() && !TraceIt.getCurrentLine().starts_with(" 0x")) {
746 if (!TraceIt.isAtEoF() && TraceIt.getCurrentLine().starts_with(" 0x"))
753 if (!TraceIt.isAtEoF() && TraceIt.getCurrentLine().starts_with(" 0x")) {
845 TraceIt.getCurrentLine().str();
851 if (TraceIt.getCurrentLine().ltrim().getAsInteger(10, Num))
862 StringRef Line = TraceIt.getCurrentLine().ltrim();
900 StringRef Line = TraceIt.getCurrentLine();
972 if (!TraceIt.getCurrentLine().getAsInteger(10, Count))
1053 if (extractMMapEventForBinary(Binary, TraceIt.getCurrentLine(), MMap))
1059 if (isMMapEvent(TraceIt.getCurrentLine()))
1115 if (!TraceIt.getCurrentLine().getAsInteger(10, FrameAddr))
1121 !TraceIt.getCurrentLine().ltrim().getAsInteger(16, FrameAddr)) {
1126 if (isLBRSample(TraceIt.getCurrentLine())) {