Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DStackMapParser.h216 LocationListOffset + LocationIndex * LocationSize; in getLocation()
268 return LocationListOffset + LocationSize * getNumLocations() + in getNumLiveOutsOffset()
289 static const unsigned LocationSize = sizeof(uint64_t); variable