Home
last modified time | relevance | path

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

/external/llvm/lib/ProfileData/
DInstrProfReader.cpp53 if (IndexedInstrProfReader::hasFormat(*Buffer)) in create()
55 else if (RawInstrProfReader64::hasFormat(*Buffer)) in create()
57 else if (RawInstrProfReader32::hasFormat(*Buffer)) in create()
86 if (!IndexedInstrProfReader::hasFormat(*Buffer)) in create()
175 bool RawInstrProfReader<IntPtrT>::hasFormat(const MemoryBuffer &DataBuffer) { in hasFormat() function in RawInstrProfReader
186 if (!hasFormat(*DataBuffer)) in readHeader()
306 bool IndexedInstrProfReader::hasFormat(const MemoryBuffer &DataBuffer) { in hasFormat() function in IndexedInstrProfReader
DSampleProfReader.cpp349 bool SampleProfileReaderBinary::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in SampleProfileReaderBinary
390 if (SampleProfileReaderBinary::hasFormat(*Buffer)) in create()
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DPhonemetadata.java63 private boolean hasFormat; field in Phonemetadata.NumberFormat
65 public boolean hasFormat() { return hasFormat; } in hasFormat() method in Phonemetadata.NumberFormat
68 hasFormat = true; in setFormat()
136 if (other.hasFormat()) { in mergeFrom()
/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h178 static bool hasFormat(const MemoryBuffer &DataBuffer);
284 static bool hasFormat(const MemoryBuffer &DataBuffer);
DSampleProfReader.h137 static bool hasFormat(const MemoryBuffer &Buffer);