Searched refs:hasFormat (Results 1 – 7 of 7) sorted by relevance
569 static bool hasFormat(const MemoryBuffer &Buffer);687 static bool hasFormat(const MemoryBuffer &Buffer);801 static bool hasFormat(const MemoryBuffer &Buffer);832 static bool hasFormat(const MemoryBuffer &Buffer);
147 static bool hasFormat(const MemoryBuffer &DataBuffer);150 static bool hasFormat(const StringRef Path);
253 static bool hasFormat(const MemoryBuffer &Buffer);362 static bool hasFormat(const MemoryBuffer &DataBuffer);751 static bool hasFormat(const MemoryBuffer &DataBuffer);
54 if (!RawMemProfReader::hasFormat(Buffer)) in checkBuffer()314 bool RawMemProfReader::hasFormat(const StringRef Path) { in hasFormat() function in llvm::memprof::RawMemProfReader320 return hasFormat(*Buffer); in hasFormat()323 bool RawMemProfReader::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in llvm::memprof::RawMemProfReader
174 if (IndexedInstrProfReader::hasFormat(*Buffer)) in create()176 else if (RawInstrProfReader64::hasFormat(*Buffer)) in create()178 else if (RawInstrProfReader32::hasFormat(*Buffer)) in create()180 else if (TextInstrProfReader::hasFormat(*Buffer)) in create()218 if (!IndexedInstrProfReader::hasFormat(*Buffer)) in create()230 bool TextInstrProfReader::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in TextInstrProfReader490 bool RawInstrProfReader<IntPtrT>::hasFormat(const MemoryBuffer &DataBuffer) { in hasFormat() function in RawInstrProfReader501 if (!hasFormat(*DataBuffer)) in readHeader()1136 bool IndexedInstrProfReader::hasFormat(const MemoryBuffer &DataBuffer) { in hasFormat() function in IndexedInstrProfReader
452 bool SampleProfileReaderText::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in SampleProfileReaderText1503 bool SampleProfileReaderRawBinary::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in SampleProfileReaderRawBinary1510 bool SampleProfileReaderExtBinary::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in SampleProfileReaderExtBinary1757 bool SampleProfileReaderGCC::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in SampleProfileReaderGCC1901 if (SampleProfileReaderRawBinary::hasFormat(*B)) in create()1903 else if (SampleProfileReaderExtBinary::hasFormat(*B)) in create()1905 else if (SampleProfileReaderGCC::hasFormat(*B)) in create()1907 else if (SampleProfileReaderText::hasFormat(*B)) in create()
664 if (RawMemProfReader::hasFormat(Input.Filename)) { in loadInput()