Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryLocation.h83 constexpr LocationSize(uint64_t Raw, DirectConstruction): Value(Raw) {} in LocationSize() function
97 constexpr LocationSize(uint64_t Raw) in LocationSize() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DStackMapParser.h299 static const unsigned LocationSize = sizeof(uint64_t) + sizeof(uint32_t); variable