HomeSort by relevance Sort by last modified time
    Searched defs:NumberLowPart (Results 1 - 2 of 2) 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/include/llvm/Object/
COFF.h 514 support::ulittle16_t NumberLowPart;
519 uint32_t Number = static_cast<uint32_t>(NumberLowPart);
    [all...]

Completed in 138 milliseconds