Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3453 auto AnnotationTuple = cast<MDTuple>(Annotation); in getAllocaName() local
3454 for (unsigned Index = 0; Index < AnnotationTuple->getNumOperands(); in getAllocaName()
3458 cast<MDString>(AnnotationTuple->getOperand(Index)); in getAllocaName()
3460 return cast<MDString>(AnnotationTuple->getOperand(Index + 1)) in getAllocaName()