Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DMemoryTaggingSupport.h67 class StackInfoBuilder {
69 StackInfoBuilder(const StackSafetyGlobalInfo *SSI) : SSI(SSI) {} in StackInfoBuilder() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp114 void StackInfoBuilder::visit(Instruction &Inst) { in visit()
181 bool StackInfoBuilder::isInterestingAlloca(const AllocaInst &AI) { in isInterestingAlloca()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp535 memtag::StackInfoBuilder SIB(SSI); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1580 memtag::StackInfoBuilder SIB(SSI); in sanitizeFunction()