Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DStackMapParser.h306 for (unsigned I = 0, E = getNumRecords(); I != E; ++I) { in StackMapV2Parser()
331 uint32_t getNumRecords() const { in getNumRecords() function
389 if (getNumRecords() == 0) in records_begin()
399 if (getNumRecords() == 0) in records_end()
401 return record_iterator(getRecord(getNumRecords() - 1).next()); in records_end()
/external/llvm/include/llvm/Object/
DStackMapParser.h307 for (unsigned I = 0, E = getNumRecords(); I != E; ++I) { in StackMapV1Parser()
332 uint32_t getNumRecords() const { in getNumRecords() function
390 if (getNumRecords() == 0) in records_begin()
400 if (getNumRecords() == 0) in records_end()
402 return record_iterator(getRecord(getNumRecords() - 1).next()); in records_end()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiNullHandleTests.cpp183 return reportStatus(recordingAllocator.getNumRecords() == 0); in test()
215 const std::size_t numInitialRecords = recordingAllocator.getNumRecords(); in test()
219 return reportStatus(numInitialRecords == recordingAllocator.getNumRecords()); in test()
260 const std::size_t numInitialRecords = recordingAllocator.getNumRecords(); in test()
264 return reportStatus(numInitialRecords == recordingAllocator.getNumRecords()); in test()
/external/llvm/tools/llvm-readobj/
DStackMapPrinter.h36 OS << "\nNum Records: " << SMP.getNumRecords(); in prettyPrintStackMap()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DStackMapPrinter.h38 W.printNumber("Num Records", SMP.getNumRecords()); in prettyPrintStackMap()
/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.hpp150 std::size_t getNumRecords (void) const { return m_records.size(); } in getNumRecords() function in vk::AllocationCallbackRecorder
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSwapchainTests.cpp1522 if (recordingAllocator.getNumRecords() != 0u) in destroyNullHandleSwapchainTest()
DvktWsiSurfaceTests.cpp1232 if (recordingAllocator.getNumRecords() != 0u) in destroyNullHandleSurfaceTest()