Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h88 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
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h299 static const unsigned LocationSize = sizeof(uint64_t) + sizeof(uint32_t); global() variable