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.cpp123 AllocaInfo &AInfo = Info.AllocasToInstrument[AI]; in visit()
143 Info.AllocasToInstrument[AI].AI = AI; in visit()
166 Info.AllocasToInstrument[AI].LifetimeStart.push_back(II); in visit()
168 Info.AllocasToInstrument[AI].LifetimeEnd.push_back(II); in visit()
177 AllocaInfo &AInfo = Info.AllocasToInstrument[AI]; in visit()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp452 const MapVector<AllocaInst *, memtag::AllocaInfo> &AllocasToInstrument, in insertBaseTaggedPointer() argument
456 for (auto &I : AllocasToInstrument) { in insertBaseTaggedPointer()
478 !AllocasToInstrument.empty()) { in insertBaseTaggedPointer()
517 if (SInfo.AllocasToInstrument.empty()) in runOnFunction()
553 insertBaseTaggedPointer(*Fn.getParent(), SInfo.AllocasToInstrument, DT); in runOnFunction()
556 for (auto &I : SInfo.AllocasToInstrument) { in runOnFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DMemoryTaggingSupport.h62 MapVector<AllocaInst *, AllocaInfo> AllocasToInstrument; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1445 for (auto &KV : SInfo.AllocasToInstrument) { in instrumentStack()
1631 if (SInfo.AllocasToInstrument.empty() && F.hasPersonalityFn() && in sanitizeFunction()
1638 if (SInfo.AllocasToInstrument.empty() && OperandsToInstrument.empty() && in sanitizeFunction()
1649 !SInfo.AllocasToInstrument.empty()); in sanitizeFunction()
1651 if (!SInfo.AllocasToInstrument.empty()) { in sanitizeFunction()