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

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

Completed in 66 milliseconds