Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1314 SmallVector<AllocaInst *, 8> AllocasToInstrument; in sanitizeFunction() local
1323 AllocasToInstrument.push_back(AI); in sanitizeFunction()
1357 if (AllocasToInstrument.empty() && F.hasPersonalityFn() && in sanitizeFunction()
1365 if (AllocasToInstrument.empty() && OperandsToInstrument.empty() && in sanitizeFunction()
1375 Mapping.WithFrameRecord && !AllocasToInstrument.empty()); in sanitizeFunction()
1377 if (!AllocasToInstrument.empty()) { in sanitizeFunction()
1380 instrumentStack(AllocasToInstrument, AllocaDbgMap, RetVec, StackTag); in sanitizeFunction()
1386 for (AllocaInst *AI : AllocasToInstrument) { in sanitizeFunction()