Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DBinary.h47 ID_WinRes, // Windows resource (.res) file. enumerator
136 bool isWinRes() const { return TypeID == ID_WinRes; } in isWinRes()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWindowsResource.cpp43 : Binary(Binary::ID_WinRes, Source) { in WindowsResource()