Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DBinary.h47 ID_WinRes, // Windows resource (.res) file. enumerator
136 bool isWinRes() const { return TypeID == ID_WinRes; } in isWinRes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWindowsResource.cpp43 : Binary(Binary::ID_WinRes, Source) { in WindowsResource()