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.h60 struct StackInfo { struct
73 StackInfo &get() { return Info; }; in get() argument
76 StackInfo Info;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp356 bool instrumentStack(memtag::StackInfo &Info, Value *StackTag, Value *UARTag,
1413 bool HWAddressSanitizer::instrumentStack(memtag::StackInfo &SInfo, in instrumentStack()
1596 memtag::StackInfo &SInfo = SIB.get(); in sanitizeFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp538 memtag::StackInfo &SInfo = SIB.get(); in runOnFunction()