HomeSort by relevance Sort by last modified time
    Searched refs:NumberLowPart (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Object/
COFF.h 493 support::ulittle16_t NumberLowPart;
498 uint32_t Number = static_cast<uint32_t>(NumberLowPart);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
WindowsResource.cpp 539 Aux->NumberLowPart = 0;
558 Aux->NumberLowPart = 0;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
COFF.h 514 support::ulittle16_t NumberLowPart;
519 uint32_t Number = static_cast<uint32_t>(NumberLowPart);
    [all...]

Completed in 146 milliseconds