Searched refs:hasFormat (Results 1 – 5 of 5) sorted by relevance
334 static bool hasFormat(const MemoryBuffer &Buffer);349 static bool hasFormat(const MemoryBuffer &Buffer);420 static bool hasFormat(const MemoryBuffer &Buffer);
140 static bool hasFormat(const MemoryBuffer &Buffer);193 static bool hasFormat(const MemoryBuffer &DataBuffer);385 static bool hasFormat(const MemoryBuffer &DataBuffer);
51 if (IndexedInstrProfReader::hasFormat(*Buffer)) in create()53 else if (RawInstrProfReader64::hasFormat(*Buffer)) in create()55 else if (RawInstrProfReader32::hasFormat(*Buffer)) in create()57 else if (TextInstrProfReader::hasFormat(*Buffer)) in create()86 if (!IndexedInstrProfReader::hasFormat(*Buffer)) in create()105 bool TextInstrProfReader::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in TextInstrProfReader254 bool RawInstrProfReader<IntPtrT>::hasFormat(const MemoryBuffer &DataBuffer) { in hasFormat() function in RawInstrProfReader265 if (!hasFormat(*DataBuffer)) in readHeader()566 bool IndexedInstrProfReader::hasFormat(const MemoryBuffer &DataBuffer) { in hasFormat() function in IndexedInstrProfReader
228 bool SampleProfileReaderText::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in SampleProfileReaderText480 bool SampleProfileReaderBinary::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in SampleProfileReaderBinary727 bool SampleProfileReaderGCC::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in SampleProfileReaderGCC778 if (SampleProfileReaderBinary::hasFormat(*B)) in create()780 else if (SampleProfileReaderGCC::hasFormat(*B)) in create()782 else if (SampleProfileReaderText::hasFormat(*B)) in create()
55 if (other.hasFormat()) { in mergeFrom()90 private boolean hasFormat; field in Phonemetadata.NumberFormat92 public boolean hasFormat() { return hasFormat; } in hasFormat() method in Phonemetadata.NumberFormat95 hasFormat = true; in setFormat()