Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h253 getNumLiveOutsOffset() + sizeof(uint16_t) + LiveOutIndex * LiveOutSize; in getLiveOut()
283 getNumLiveOutsOffset() + sizeof(uint16_t) + getNumLiveOuts() * LiveOutSize; in getSizeInBytes()
299 static const unsigned LiveOutSize = sizeof(uint32_t); variable