Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DMemoryTaggingSupport.h61 struct StackInfo { struct
84 StackInfo &get() { return Info; }; in get() argument
87 StackInfo Info;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp366 bool instrumentStack(memtag::StackInfo &Info, Value *StackTag, Value *UARTag,
1433 bool HWAddressSanitizer::instrumentStack(memtag::StackInfo &SInfo, in instrumentStack()
1624 memtag::StackInfo &SInfo = SIB.get(); in sanitizeFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp515 memtag::StackInfo &SInfo = SIB.get(); in runOnFunction()