Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DEfficiencySanitizer.cpp117 static const unsigned MaxStructCounterNameSize = 512; variable
167 StructType *StructTy, SmallString<MaxStructCounterNameSize> &NameStr);
296 StructType *StructTy, SmallString<MaxStructCounterNameSize> &NameStr) { in createStructCounterName()
313 if (NameStr.size() >= MaxStructCounterNameSize) in createStructCounterName()
414 SmallString<MaxStructCounterNameSize> CounterNameStr; in createCacheFragInfoGV()