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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h470 static bool hasFormat(const MemoryBuffer &Buffer);
558 static bool hasFormat(const MemoryBuffer &Buffer);
649 static bool hasFormat(const MemoryBuffer &Buffer);
689 static bool hasFormat(const MemoryBuffer &Buffer);
729 static bool hasFormat(const MemoryBuffer &Buffer);
H A DInstrProfReader.h161 static bool hasFormat(const MemoryBuffer &Buffer);
215 static bool hasFormat(const MemoryBuffer &DataBuffer);
466 static bool hasFormat(const MemoryBuffer &DataBuffer);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp74 if (IndexedInstrProfReader::hasFormat(*Buffer))
76 else if (RawInstrProfReader64::hasFormat(*Buffer))
78 else if (RawInstrProfReader32::hasFormat(*Buffer))
80 else if (TextInstrProfReader::hasFormat(*Buffer))
121 if (!IndexedInstrProfReader::hasFormat(*Buffer))
141 bool TextInstrProfReader::hasFormat(const MemoryBuffer &Buffer) { function in class:TextInstrProfReader
296 bool RawInstrProfReader<IntPtrT>::hasFormat(const MemoryBuffer &DataBuffer) {
307 if (!hasFormat(*DataBuffer))
737 bool IndexedInstrProfReader::hasFormat(const MemoryBuffer &DataBuffer) {
H A DSampleProfReader.cpp273 bool SampleProfileReaderText::hasFormat(const MemoryBuffer &Buffer) { function in class:SampleProfileReaderText
1017 bool SampleProfileReaderRawBinary::hasFormat(const MemoryBuffer &Buffer) { function in class:SampleProfileReaderRawBinary
1024 bool SampleProfileReaderExtBinary::hasFormat(const MemoryBuffer &Buffer) { function in class:SampleProfileReaderExtBinary
1031 bool SampleProfileReaderCompactBinary::hasFormat(const MemoryBuffer &Buffer) { function in class:SampleProfileReaderCompactBinary
1276 bool SampleProfileReaderGCC::hasFormat(const MemoryBuffer &Buffer) { function in class:SampleProfileReaderGCC
1405 if (SampleProfileReaderRawBinary::hasFormat(*B))
1407 else if (SampleProfileReaderExtBinary::hasFormat(*B))
1409 else if (SampleProfileReaderCompactBinary::hasFormat(*B))
1411 else if (SampleProfileReaderGCC::hasFormat(*B))
1413 else if (SampleProfileReaderText::hasFormat(*
[all...]

Completed in 174 milliseconds