Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp307 static Comdat::SelectionKind getDecodedComdatSelectionKind(unsigned Val) { in getDecodedComdatSelectionKind() function
2129 Comdat::SelectionKind SK = getDecodedComdatSelectionKind(Record[0]); in ParseModule()