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.cpp462 bool isStackMemory = false; in AddressDescription() local
465 isStackMemory = GetStackAddressInformation(addr, access_size, &data.stack); in AddressDescription()
467 isStackMemory = GetStackAddressInformation(addr, access_size, &data.stack); in AddressDescription()
469 if (isStackMemory) { in AddressDescription()