HomeSort by relevance Sort by last modified time
    Searched refs:RawInstrProfReader64 (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 55 else if (RawInstrProfReader64::hasFormat(*Buffer))
56 Result.reset(new RawInstrProfReader64(std::move(Buffer)));
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 200 typedef RawInstrProfReader<uint64_t> RawInstrProfReader64;

Completed in 152 milliseconds