Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DMemoryTaggingSupport.h56 struct StackInfo { struct
69 StackInfo &get() { return Info; }; in get() argument
72 StackInfo Info;
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp314 bool instrumentStack(memtag::StackInfo &Info, Value *StackTag,
1283 bool HWAddressSanitizer::instrumentStack(memtag::StackInfo &SInfo, in instrumentStack()
1442 memtag::StackInfo &SInfo = SIB.get(); in sanitizeFunction()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp502 memtag::StackInfo &SInfo = SIB.get(); in runOnFunction()