Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataReader.cpp917 bool ExpectMemLoc) { in parseLocation() argument
923 if (!ExpectMemLoc && ParsingBuf[0] != '0' && ParsingBuf[0] != '1' && in parseLocation()
929 if (ExpectMemLoc && ParsingBuf[0] != '3' && ParsingBuf[0] != '4' && in parseLocation()
936 (!ExpectMemLoc && (ParsingBuf[0] == '1' || ParsingBuf[0] == '2')) || in parseLocation()
937 (ExpectMemLoc && (ParsingBuf[0] == '4' || ParsingBuf[0] == '5')); in parseLocation()
/llvm-project-15.0.7/bolt/include/bolt/Profile/
H A DDataReader.h471 ErrorOr<Location> parseLocation(char EndChar, bool EndNl, bool ExpectMemLoc);