Searched refs:ID_WinRes (Results 1 – 3 of 3) sorted by relevance
51 ID_WinRes, // Windows resource (.res) file. enumerator151 bool isWinRes() const { return TypeID == ID_WinRes; } in isWinRes()
102 case ID_WinRes: in LLVMBinaryGetType()
52 : Binary(Binary::ID_WinRes, Source) { in WindowsResource()