Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp1013 static std::string getAllocTypeString(uint8_t AllocTypes) { in getAllocTypeString() function
2228 OS << "\tAllocTypes: " << getAllocTypeString(AllocTypes) << "\n"; in print()
2265 << " AllocTypes: " << getAllocTypeString(AllocTypes); in print()
2308 OS << getAllocTypeString((uint8_t)TypeI->second) << " context " << Id in printTotalSizes()
2310 << getAllocTypeString(Node->AllocTypes) << " after cloning\n"; in printTotalSizes()