Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp118 Info.AllocasToInstrument[AI].AI = AI; in visit()
133 Info.AllocasToInstrument[AI].LifetimeStart.push_back(II); in visit()
135 Info.AllocasToInstrument[AI].LifetimeEnd.push_back(II); in visit()
143 AllocaInfo &AInfo = Info.AllocasToInstrument[AI]; in visit()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp462 const MapVector<AllocaInst *, memtag::AllocaInfo> &AllocasToInstrument, in insertBaseTaggedPointer() argument
466 for (auto &I : AllocasToInstrument) { in insertBaseTaggedPointer()
504 if (SInfo.AllocasToInstrument.empty()) in runOnFunction()
539 Instruction *Base = insertBaseTaggedPointer(SInfo.AllocasToInstrument, DT); in runOnFunction()
542 for (auto &I : SInfo.AllocasToInstrument) { in runOnFunction()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DMemoryTaggingSupport.h57 MapVector<AllocaInst *, AllocaInfo> AllocasToInstrument; member
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1295 for (auto &KV : SInfo.AllocasToInstrument) { in instrumentStack()
1451 if (SInfo.AllocasToInstrument.empty() && F.hasPersonalityFn() && in sanitizeFunction()
1459 if (SInfo.AllocasToInstrument.empty() && OperandsToInstrument.empty() && in sanitizeFunction()
1470 !SInfo.AllocasToInstrument.empty()); in sanitizeFunction()
1472 if (!SInfo.AllocasToInstrument.empty()) { in sanitizeFunction()