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

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

Completed in 699 milliseconds