Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DStackMapParser.h328 return read<uint32_t>(&StackMapSection[NumConstantsOffset]); in getNumConstants()
419 static const unsigned NumConstantsOffset = NumFunctionsOffset + sizeof(uint32_t); variable
420 static const unsigned NumRecordsOffset = NumConstantsOffset + sizeof(uint32_t);