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);
124 static bool hasFormat(const MemoryBuffer &DataBuffer);127 static bool hasFormat(const StringRef Path);
253 static bool hasFormat(const MemoryBuffer &Buffer);358 static bool hasFormat(const MemoryBuffer &DataBuffer);712 static bool hasFormat(const MemoryBuffer &DataBuffer);
177 if (IndexedInstrProfReader::hasFormat(*Buffer)) in create()179 else if (RawInstrProfReader64::hasFormat(*Buffer)) in create()181 else if (RawInstrProfReader32::hasFormat(*Buffer)) in create()183 else if (TextInstrProfReader::hasFormat(*Buffer)) in create()221 if (!IndexedInstrProfReader::hasFormat(*Buffer)) in create()233 bool TextInstrProfReader::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in TextInstrProfReader485 bool RawInstrProfReader<IntPtrT>::hasFormat(const MemoryBuffer &DataBuffer) { in hasFormat() function in RawInstrProfReader496 if (!hasFormat(*DataBuffer)) in readHeader()1101 bool IndexedInstrProfReader::hasFormat(const MemoryBuffer &DataBuffer) { in hasFormat() function in IndexedInstrProfReader
55 if (!RawMemProfReader::hasFormat(Buffer)) in checkBuffer()231 bool RawMemProfReader::hasFormat(const StringRef Path) { in hasFormat() function in llvm::memprof::RawMemProfReader237 return hasFormat(*Buffer); in hasFormat()240 bool RawMemProfReader::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in llvm::memprof::RawMemProfReader
451 bool SampleProfileReaderText::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in SampleProfileReaderText1502 bool SampleProfileReaderRawBinary::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in SampleProfileReaderRawBinary1509 bool SampleProfileReaderExtBinary::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in SampleProfileReaderExtBinary1756 bool SampleProfileReaderGCC::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in SampleProfileReaderGCC1900 if (SampleProfileReaderRawBinary::hasFormat(*B)) in create()1902 else if (SampleProfileReaderExtBinary::hasFormat(*B)) in create()1904 else if (SampleProfileReaderGCC::hasFormat(*B)) in create()1906 else if (SampleProfileReaderText::hasFormat(*B)) in create()
626 if (RawMemProfReader::hasFormat(Input.Filename)) { in loadInput()