Home
last modified time | relevance | path

Searched refs:getNumRecords (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Object/
DStackMapParser.h308 for (unsigned I = 0, E = getNumRecords(); I != E; ++I) { in StackMapV1Parser()
333 uint32_t getNumRecords() const { in getNumRecords() function
391 if (getNumRecords() == 0) in records_begin()
401 if (getNumRecords() == 0) in records_end()
403 return record_iterator(getRecord(getNumRecords() - 1).next()); in records_end()
/external/llvm/tools/llvm-readobj/
DStackMapPrinter.h36 OS << "\nNum Records: " << SMP.getNumRecords(); in prettyPrintStackMap()