Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfReader.cpp189 else if (RawInstrProfReader32::hasFormat(*Buffer)) in create()
190 Result.reset(new RawInstrProfReader32(std::move(Buffer), Correlator)); in create()
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h422 using RawInstrProfReader32 = RawInstrProfReader<uint32_t>; variable