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

/freebsd-11.0-release/contrib/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h300 static bool hasFormat(const MemoryBuffer &Buffer);
315 static bool hasFormat(const MemoryBuffer &Buffer);
380 static bool hasFormat(const MemoryBuffer &Buffer);
H A DInstrProfReader.h131 static bool hasFormat(const MemoryBuffer &Buffer);
176 static bool hasFormat(const MemoryBuffer &DataBuffer);
351 static bool hasFormat(const MemoryBuffer &DataBuffer);
/freebsd-11.0-release/contrib/llvm/lib/ProfileData/
H A DSampleProfReader.cpp227 bool SampleProfileReaderText::hasFormat(const MemoryBuffer &Buffer) { function in class:SampleProfileReaderText
418 bool SampleProfileReaderBinary::hasFormat(const MemoryBuffer &Buffer) { function in class:SampleProfileReaderBinary
663 bool SampleProfileReaderGCC::hasFormat(const MemoryBuffer &Buffer) { function in class:SampleProfileReaderGCC
714 if (SampleProfileReaderBinary::hasFormat(*B))
716 else if (SampleProfileReaderGCC::hasFormat(*B))
718 else if (SampleProfileReaderText::hasFormat(*B))
H A DInstrProfReader.cpp51 if (IndexedInstrProfReader::hasFormat(*Buffer))
53 else if (RawInstrProfReader64::hasFormat(*Buffer))
55 else if (RawInstrProfReader32::hasFormat(*Buffer))
57 else if (TextInstrProfReader::hasFormat(*Buffer))
86 if (!IndexedInstrProfReader::hasFormat(*Buffer))
102 bool TextInstrProfReader::hasFormat(const MemoryBuffer &Buffer) { function in class:TextInstrProfReader
233 bool RawInstrProfReader<IntPtrT>::hasFormat(const MemoryBuffer &DataBuffer) {
244 if (!hasFormat(*DataBuffer))
546 bool IndexedInstrProfReader::hasFormat(const MemoryBuffer &DataBuffer) {

Completed in 54 milliseconds