Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DSampleProfReader.h334 if (std::error_code EC = readImpl()) in read()
342 virtual std::error_code readImpl() = 0;
463 std::error_code readImpl() override;
479 std::error_code readImpl() override;
601 std::error_code readImpl() override;
670 std::error_code readImpl() override;
701 std::error_code readImpl() override;
/external/llvm-project/llvm/include/llvm/ProfileData/
DSampleProfReader.h338 if (std::error_code EC = readImpl()) in read()
347 virtual std::error_code readImpl() = 0;
482 std::error_code readImpl() override;
498 std::error_code readImpl() override;
654 std::error_code readImpl() override;
717 std::error_code readImpl() override;
751 std::error_code readImpl() override;
/external/llvm-project/mlir/lib/Rewrite/
DByteCode.cpp741 return readImpl<T>(); in read()
792 std::enable_if_t<std::is_pointer<T>::value, T> readImpl() { in readImpl() function in __anon8ccc2f200d11::ByteCodeExecutor
798 readImpl() { in readImpl() function in __anon8ccc2f200d11::ByteCodeExecutor
802 std::enable_if_t<std::is_same<PDLValue, T>::value, T> readImpl() { in readImpl() function in __anon8ccc2f200d11::ByteCodeExecutor
815 std::enable_if_t<std::is_same<T, ByteCodeAddr>::value, T> readImpl() { in readImpl() function in __anon8ccc2f200d11::ByteCodeExecutor
824 std::enable_if_t<std::is_same<T, ByteCodeField>::value, T> readImpl() { in readImpl() function in __anon8ccc2f200d11::ByteCodeExecutor
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DSampleProfReader.cpp194 std::error_code SampleProfileReaderText::readImpl() { in readImpl() function in SampleProfileReaderText
464 std::error_code SampleProfileReaderBinary::readImpl() { in readImpl() function in SampleProfileReaderBinary
604 std::error_code SampleProfileReaderExtBinaryBase::readImpl() { in readImpl() function in SampleProfileReaderExtBinaryBase
646 std::error_code SampleProfileReaderCompactBinary::readImpl() { in readImpl() function in SampleProfileReaderCompactBinary
1195 std::error_code SampleProfileReaderGCC::readImpl() { in readImpl() function in SampleProfileReaderGCC
/external/llvm-project/llvm/lib/ProfileData/
DSampleProfReader.cpp194 std::error_code SampleProfileReaderText::readImpl() { in readImpl() function in SampleProfileReaderText
505 std::error_code SampleProfileReaderBinary::readImpl() { in readImpl() function in SampleProfileReaderBinary
667 std::error_code SampleProfileReaderExtBinaryBase::readImpl() { in readImpl() function in SampleProfileReaderExtBinaryBase
709 std::error_code SampleProfileReaderCompactBinary::readImpl() { in readImpl() function in SampleProfileReaderCompactBinary
1325 std::error_code SampleProfileReaderGCC::readImpl() { in readImpl() function in SampleProfileReaderGCC