OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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