Searched refs:getDecodedComdatSelectionKind (Results 1 – 1 of 1) sorted by relevance
672 static Comdat::SelectionKind getDecodedComdatSelectionKind(unsigned Val) { in getDecodedComdatSelectionKind() function2843 Comdat::SelectionKind SK = getDecodedComdatSelectionKind(Record[0]); in ParseModule()