Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DStackMapParser.h254 getNumLiveOutsOffset() + sizeof(uint16_t) + LiveOutIndex * LiveOutSize; in getLiveOut()
284 getNumLiveOutsOffset() + sizeof(uint16_t) + getNumLiveOuts() * LiveOutSize; in getSizeInBytes()
300 static const unsigned LiveOutSize = sizeof(uint32_t); variable