HomeSort by: relevance | last modified time | path
    Searched refs:ID_WinRes (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Binary.h 51 ID_WinRes, // Windows resource (.res) file.
154 bool isWinRes() const { return TypeID == ID_WinRes; }
  /src/external/apache2/llvm/dist/llvm/lib/Object/
Object.cpp 102 case ID_WinRes:
WindowsResource.cpp 52 : Binary(Binary::ID_WinRes, Source) {

Completed in 14 milliseconds