Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DSandboxIR.cpp150 OS << getUid() << " " << getSubclassIDStr(SubclassID) << " "; in dumpCommonHeader()
170 OS << " ; " << getUid() << " (" << getSubclassIDStr(SubclassID) << ")"; in dumpCommonSuffix()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DSandboxIR.h150 static const char *getSubclassIDStr(ClassID ID) { in getSubclassIDStr() function