Searched refs:hasFormat (Results 1 – 4 of 4) sorted by relevance
529 static bool hasFormat(const MemoryBuffer &Buffer);617 static bool hasFormat(const MemoryBuffer &Buffer);737 static bool hasFormat(const MemoryBuffer &Buffer);762 static bool hasFormat(const MemoryBuffer &Buffer);803 static bool hasFormat(const MemoryBuffer &Buffer);
175 static bool hasFormat(const MemoryBuffer &Buffer);231 static bool hasFormat(const MemoryBuffer &DataBuffer);495 static bool hasFormat(const MemoryBuffer &DataBuffer);
74 if (IndexedInstrProfReader::hasFormat(*Buffer)) in create()76 else if (RawInstrProfReader64::hasFormat(*Buffer)) in create()78 else if (RawInstrProfReader32::hasFormat(*Buffer)) in create()80 else if (TextInstrProfReader::hasFormat(*Buffer)) in create()121 if (!IndexedInstrProfReader::hasFormat(*Buffer)) in create()141 bool TextInstrProfReader::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in TextInstrProfReader302 bool RawInstrProfReader<IntPtrT>::hasFormat(const MemoryBuffer &DataBuffer) { in hasFormat() function in RawInstrProfReader313 if (!hasFormat(*DataBuffer)) in readHeader()743 bool IndexedInstrProfReader::hasFormat(const MemoryBuffer &DataBuffer) { in hasFormat() function in IndexedInstrProfReader
354 bool SampleProfileReaderText::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in SampleProfileReaderText1276 bool SampleProfileReaderRawBinary::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in SampleProfileReaderRawBinary1283 bool SampleProfileReaderExtBinary::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in SampleProfileReaderExtBinary1290 bool SampleProfileReaderCompactBinary::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in SampleProfileReaderCompactBinary1535 bool SampleProfileReaderGCC::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in SampleProfileReaderGCC1670 if (SampleProfileReaderRawBinary::hasFormat(*B)) in create()1672 else if (SampleProfileReaderExtBinary::hasFormat(*B)) in create()1674 else if (SampleProfileReaderCompactBinary::hasFormat(*B)) in create()1676 else if (SampleProfileReaderGCC::hasFormat(*B)) in create()1678 else if (SampleProfileReaderText::hasFormat(*B)) in create()