Home
last modified time | relevance | path

Searched refs:RawInstrProfReader64 (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfReader.cpp187 else if (RawInstrProfReader64::hasFormat(*Buffer)) in create()
188 Result.reset(new RawInstrProfReader64(std::move(Buffer), Correlator)); in create()
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h423 using RawInstrProfReader64 = RawInstrProfReader<uint64_t>; variable