Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DBinary.h51 ID_WinRes, // Windows resource (.res) file. enumerator
161 bool isWinRes() const { return TypeID == ID_WinRes; } in isWinRes()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DObject.cpp103 case ID_WinRes: in LLVMBinaryGetType()
H A DWindowsResource.cpp51 : Binary(Binary::ID_WinRes, Source) { in WindowsResource()