Searched defs:LocationSize (Results 1 – 2 of 2) sorted by relevance
88 constexpr LocationSize(uint64_t Raw, DirectConstruction) : Value(Raw) {} in LocationSize() function 89 constexpr LocationSize(uint64_t Raw, bool Scalable) in LocationSize() function 106 constexpr LocationSize(uint64_t Raw) in LocationSize() function [all...]
298 static const unsigned LocationSize = sizeof(uint64_t) + sizeof(uint32_t); variable