Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp121 AllocaInfo &AInfo = Info.AllocasToInstrument[AI]; in visit()
140 Info.AllocasToInstrument[AI].AI = AI; in visit()
155 Info.AllocasToInstrument[AI].LifetimeStart.push_back(II); in visit()
157 Info.AllocasToInstrument[AI].LifetimeEnd.push_back(II); in visit()
165 AllocaInfo &AInfo = Info.AllocasToInstrument[AI]; in visit()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp464 const MapVector<AllocaInst *, memtag::AllocaInfo> &AllocasToInstrument, in insertBaseTaggedPointer() argument
468 for (auto &I : AllocasToInstrument) { in insertBaseTaggedPointer()
492 !AllocasToInstrument.empty()) { in insertBaseTaggedPointer()
540 if (SInfo.AllocasToInstrument.empty()) in runOnFunction()
576 insertBaseTaggedPointer(*Fn.getParent(), SInfo.AllocasToInstrument, DT); in runOnFunction()
579 for (auto &I : SInfo.AllocasToInstrument) { in runOnFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DMemoryTaggingSupport.h61 MapVector<AllocaInst *, AllocaInfo> AllocasToInstrument; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1425 for (auto &KV : SInfo.AllocasToInstrument) { in instrumentStack()
1603 if (SInfo.AllocasToInstrument.empty() && F.hasPersonalityFn() && in sanitizeFunction()
1610 if (SInfo.AllocasToInstrument.empty() && OperandsToInstrument.empty() && in sanitizeFunction()
1629 !SInfo.AllocasToInstrument.empty()); in sanitizeFunction()
1631 if (!SInfo.AllocasToInstrument.empty()) { in sanitizeFunction()