Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.cpp450 bool isStackMemory = false; in AddressDescription() local
453 isStackMemory = GetStackAddressInformation(addr, access_size, &data.stack); in AddressDescription()
455 isStackMemory = GetStackAddressInformation(addr, access_size, &data.stack); in AddressDescription()
457 if (isStackMemory) { in AddressDescription()