Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DStackMapParser.h327 return read<uint32_t>(&StackMapSection[NumConstantsOffset]); in getNumConstants()
417 static const unsigned NumConstantsOffset = NumFunctionsOffset + sizeof(uint32_t); variable
418 static const unsigned NumRecordsOffset = NumConstantsOffset + sizeof(uint32_t);