Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DStackMapParser.h189 return LiveOutAccessor(P + LiveOutAccessorSize); in next()
195 static const int LiveOutAccessorSize = sizeof(uint32_t); variable