Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp2056 static std::string getAllocTypeString(uint8_t AllocTypes) { in getAllocTypeString() function
2083 OS << "\tAllocTypes: " << getAllocTypeString(AllocTypes) << "\n"; in print()
2118 << " AllocTypes: " << getAllocTypeString(AllocTypes); in print()