Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDStackMapParser.h156 return LocationAccessor(P + LocationAccessorSize); in next()
163 static const int LocationAccessorSize = sizeof(uint64_t) + sizeof(uint32_t); variable