Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp869 static Comdat::SelectionKind getDecodedComdatSelectionKind(unsigned Val) { in getDecodedComdatSelectionKind() function
3770 Comdat::SelectionKind SK = getDecodedComdatSelectionKind(Record[0]); in parseModule()