Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DBinary.h51 ID_WinRes, // Windows resource (.res) file. enumerator
151 bool isWinRes() const { return TypeID == ID_WinRes; } in isWinRes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DObject.cpp102 case ID_WinRes: in LLVMBinaryGetType()
DWindowsResource.cpp52 : Binary(Binary::ID_WinRes, Source) { in WindowsResource()