Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1543 const uint64_t MaxDescriptorSize = 0xfffff0; in instrumentGlobal() local
1545 DescriptorPos += MaxDescriptorSize) { in instrumentGlobal()
1556 uint32_t Size = std::min(SizeInBytes - DescriptorPos, MaxDescriptorSize); in instrumentGlobal()