HomeSort by: relevance | last modified time | path
    Searched refs:hasFormat (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProfReader.h 529 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);
InstrProfReader.h 175 static bool hasFormat(const MemoryBuffer &Buffer);
231 static bool hasFormat(const MemoryBuffer &DataBuffer);
495 static bool hasFormat(const MemoryBuffer &DataBuffer);
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProfReader.cpp 74 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) {
302 bool RawInstrProfReader<IntPtrT>::hasFormat(const MemoryBuffer &DataBuffer) {
313 if (!hasFormat(*DataBuffer))
743 bool IndexedInstrProfReader::hasFormat(const MemoryBuffer &DataBuffer) {
SampleProfReader.cpp 354 bool SampleProfileReaderText::hasFormat(const MemoryBuffer &Buffer) {
1276 bool SampleProfileReaderRawBinary::hasFormat(const MemoryBuffer &Buffer) {
1283 bool SampleProfileReaderExtBinary::hasFormat(const MemoryBuffer &Buffer) {
1290 bool SampleProfileReaderCompactBinary::hasFormat(const MemoryBuffer &Buffer) {
1535 bool SampleProfileReaderGCC::hasFormat(const MemoryBuffer &Buffer) {
1670 if (SampleProfileReaderRawBinary::hasFormat(*B))
1672 else if (SampleProfileReaderExtBinary::hasFormat(*B))
1674 else if (SampleProfileReaderCompactBinary::hasFormat(*B))
1676 else if (SampleProfileReaderGCC::hasFormat(*B))
1678 else if (SampleProfileReaderText::hasFormat(*B)
    [all...]

Completed in 43 milliseconds