Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDBinary.h51 ID_WinRes, // Windows resource (.res) file. enumerator
161 bool isWinRes() const { return TypeID == ID_WinRes; } in isWinRes()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Object/
HDObject.cpp103 case ID_WinRes: in LLVMBinaryGetType()
HDWindowsResource.cpp51 : Binary(Binary::ID_WinRes, Source) { in WindowsResource()