Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp259 if (StructType *SGType = dyn_cast<StructType>(GType)) { in getGlobalTypeString() local
260 if (!SGType->isLiteral()) in getGlobalTypeString()
261 return SGType->getName(); in getGlobalTypeString()