Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAsmWriter.cpp3214 auto AllocTypeName = [](uint8_t Type) -> const char * { in printFunctionSummary() local
3237 Out << AllocTypeName(V); in printFunctionSummary()
3243 Out << "(type: " << AllocTypeName((uint8_t)MIB.AllocType); in printFunctionSummary()