Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DBinary.h51 ID_WinRes, // Windows resource (.res) file. enumerator
154 bool isWinRes() const { return TypeID == ID_WinRes; } in isWinRes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DObject.cpp102 case ID_WinRes: in LLVMBinaryGetType()
H A DWindowsResource.cpp52 : Binary(Binary::ID_WinRes, Source) { in WindowsResource()