Home
last modified time | relevance | path

Searched refs:readImpl (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h371 if (std::error_code EC = readImpl()) in read()
380 virtual std::error_code readImpl() = 0;
570 std::error_code readImpl() override;
591 std::error_code readImpl() override;
767 std::error_code readImpl() override;
832 std::error_code readImpl() override;
867 std::error_code readImpl() override;
/llvm-project-15.0.7/mlir/lib/Rewrite/
H A DByteCode.cpp1151 return readImpl<T>(); in read()
1239 std::enable_if_t<std::is_pointer<T>::value, T> readImpl() { in readImpl() function in __anonaa7cf1d91411::ByteCodeExecutor
1245 readImpl() { in readImpl() function in __anonaa7cf1d91411::ByteCodeExecutor
1249 std::enable_if_t<std::is_same<PDLValue, T>::value, T> readImpl() { in readImpl() function in __anonaa7cf1d91411::ByteCodeExecutor
1267 std::enable_if_t<std::is_same<T, ByteCodeAddr>::value, T> readImpl() { in readImpl() function in __anonaa7cf1d91411::ByteCodeExecutor
1276 std::enable_if_t<std::is_same<T, ByteCodeField>::value, T> readImpl() { in readImpl() function in __anonaa7cf1d91411::ByteCodeExecutor
1280 std::enable_if_t<std::is_same<T, PDLValue::Kind>::value, T> readImpl() { in readImpl() function in __anonaa7cf1d91411::ByteCodeExecutor
1281 return static_cast<PDLValue::Kind>(readImpl<ByteCodeField>()); in readImpl()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProfReader.cpp242 std::error_code SampleProfileReaderText::readImpl() { in readImpl() function in SampleProfileReaderText
610 std::error_code SampleProfileReaderBinary::readImpl() { in readImpl() function in SampleProfileReaderBinary
893 std::error_code SampleProfileReaderExtBinaryBase::readImpl() { in readImpl() function in SampleProfileReaderExtBinaryBase
939 std::error_code SampleProfileReaderCompactBinary::readImpl() { in readImpl() function in SampleProfileReaderCompactBinary
1705 std::error_code SampleProfileReaderGCC::readImpl() { in readImpl() function in SampleProfileReaderGCC