Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h905 std::error_code skipNextWord();
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1601 std::error_code SampleProfileReaderGCC::skipNextWord() { in skipNextWord() function in SampleProfileReaderGCC
1646 if (std::error_code EC = skipNextWord()) in readHeader()
1660 if (std::error_code EC = skipNextWord()) in readSectionTag()