Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
DMemoryTaggingSupport.h78 void alignAndPadAlloca(memtag::AllocaInfo &Info, llvm::Align Align);
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DMemoryTaggingSupport.cpp180 void alignAndPadAlloca(memtag::AllocaInfo &Info, llvm::Align Alignment) { in alignAndPadAlloca() function
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp526 memtag::alignAndPadAlloca(Info, kTagGranuleSize); in runOnFunction()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp1398 memtag::alignAndPadAlloca(Info, Mapping.getObjectAlignment()); in instrumentStack()