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

  /external/llvm/include/llvm/Object/
Binary.h 63 static inline unsigned int getELFType(bool isLE, bool is64Bits) {
64 if (isLE)
70 static unsigned int getMachOType(bool isLE, bool is64Bits) {
71 if (isLE)
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 56 milliseconds