Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DEfficiencySanitizer.cpp128 static const unsigned MaxStructCounterNameSize = 512; variable
163 StructType *StructTy, SmallString<MaxStructCounterNameSize> &NameStr);
293 StructType *StructTy, SmallString<MaxStructCounterNameSize> &NameStr) { in createStructCounterName()
310 if (NameStr.size() >= MaxStructCounterNameSize) in createStructCounterName()
410 SmallString<MaxStructCounterNameSize> CounterNameStr; in createCacheFragInfoGV()