Home
last modified time | relevance | path

Searched refs:TagEnd (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp556 auto TagEnd = [&](Instruction *Node) { untagAlloca(AI, Node, Size); }; in runOnFunction() local
559 SInfo.RetVec, TagEnd)) { in runOnFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1440 auto TagEnd = [&](Instruction *Node) { in instrumentStack() local
1462 SInfo.RetVec, TagEnd)) { in instrumentStack()
1469 TagEnd(RI); in instrumentStack()