Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryLocation.h77 constexpr LocationSize(uint64_t Raw, DirectConstruction): Value(Raw) {} in LocationSize() function
87 constexpr LocationSize(uint64_t Raw) in LocationSize() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DStackMapParser.h296 static const unsigned LocationSize = sizeof(uint64_t) + sizeof(uint32_t); variable