Searched defs:isInterestingAlloca (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ | ||
H A D | MemoryTaggingSupport.cpp | 157 bool StackInfoBuilder::isInterestingAlloca(const AllocaInst &AI) { isInterestingAlloca() function in llvm::memtag::StackInfoBuilder |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ | ||
H A D | AddressSanitizer.cpp | 1271 bool AddressSanitizer::isInterestingAlloca(const AllocaInst &AI) { isInterestingAlloca() function in AddressSanitizer |