Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DMemoryTaggingSupport.h89 void annotateDebugRecords(AllocaInfo &Info, unsigned int Tag);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp297 void annotateDebugRecords(AllocaInfo &Info, unsigned int Tag) { in annotateDebugRecords() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp639 memtag::annotateDebugRecords(Info, static_cast<unsigned long>(Tag)); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1468 memtag::annotateDebugRecords(Info, retagMask(N)); in instrumentStack()