Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3374 auto AllocTypeName = [](uint8_t Type) -> const char * { in printFunctionSummary() local
3397 Out << AllocTypeName(V); in printFunctionSummary()
3403 Out << "(type: " << AllocTypeName((uint8_t)MIB.AllocType); in printFunctionSummary()