Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DStackMapParser.h360 return read<uint32_t>(&StackMapSection[NumRecordsOffset]); in getNumRecords()
446 static const unsigned NumRecordsOffset = NumConstantsOffset + sizeof(uint32_t); variable
447 static const unsigned FunctionListOffset = NumRecordsOffset + sizeof(uint32_t);