OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SampleProfileReaderText
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/ProfileData/
SampleProfReader.h
288
class
SampleProfileReaderText
: public SampleProfileReader {
290
SampleProfileReaderText
(std::unique_ptr<MemoryBuffer> B, LLVMContext &C)
/external/llvm/lib/ProfileData/
SampleProfReader.cpp
152
std::error_code
SampleProfileReaderText
::read() {
227
bool
SampleProfileReaderText
::hasFormat(const MemoryBuffer &Buffer) {
718
else if (
SampleProfileReaderText
::hasFormat(*B))
719
Reader.reset(new
SampleProfileReaderText
(std::move(B), C));
Completed in 182 milliseconds