HomeSort by: relevance | last modified time | path
    Searched refs:SampleProfileReaderText (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProfReader.h 517 class SampleProfileReaderText : public SampleProfileReader {
519 SampleProfileReaderText(std::unique_ptr<MemoryBuffer> B, LLVMContext &C)
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProfReader.cpp 230 std::error_code SampleProfileReaderText::readImpl() {
354 bool SampleProfileReaderText::hasFormat(const MemoryBuffer &Buffer) {
1678 else if (SampleProfileReaderText::hasFormat(*B))
1679 Reader.reset(new SampleProfileReaderText(std::move(B), C));

Completed in 20 milliseconds