Home
last modified time | relevance | path

Searched refs:hasFormat (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h529 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);
H A DInstrProfReader.h175 static bool hasFormat(const MemoryBuffer &Buffer);
231 static bool hasFormat(const MemoryBuffer &DataBuffer);
495 static bool hasFormat(const MemoryBuffer &DataBuffer);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfReader.cpp74 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 TextInstrProfReader
302 bool RawInstrProfReader<IntPtrT>::hasFormat(const MemoryBuffer &DataBuffer) { in hasFormat() function in RawInstrProfReader
313 if (!hasFormat(*DataBuffer)) in readHeader()
743 bool IndexedInstrProfReader::hasFormat(const MemoryBuffer &DataBuffer) { in hasFormat() function in IndexedInstrProfReader
H A DSampleProfReader.cpp354 bool SampleProfileReaderText::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in SampleProfileReaderText
1276 bool SampleProfileReaderRawBinary::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in SampleProfileReaderRawBinary
1283 bool SampleProfileReaderExtBinary::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in SampleProfileReaderExtBinary
1290 bool SampleProfileReaderCompactBinary::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in SampleProfileReaderCompactBinary
1535 bool SampleProfileReaderGCC::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in SampleProfileReaderGCC
1670 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()