Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DTypeSanitizer.cpp468 SmallSetVector<const MDNode *, 8> &TBAAMetadata, in collectMemAccessInfo() argument
490 TBAAMetadata.insert(MLoc.AATags.TBAA); in collectMemAccessInfo()
517 SmallSetVector<const MDNode *, 8> TBAAMetadata; in sanitizeFunction() local
519 collectMemAccessInfo(F, TLI, MemoryAccesses, TBAAMetadata, MemTypeResetInsts); in sanitizeFunction()
531 for (const MDNode *MD : TBAAMetadata) { in sanitizeFunction()