HomeSort by relevance Sort by last modified time
    Searched defs:Is64 (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/v8/src/compiler/
machine-operator.h 147 bool Is64() const { return word() == kRepWord64; }
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 840 bool Is64, raw_ostream &OS) {
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 263 bool Is64 = O->is64Bit();
264 unsigned SegmentLoadSize = Is64 ? sizeof(MachO::segment_command_64) :
266 unsigned SectionSize = Is64 ? sizeof(MachO::section_64) :
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 1711 milliseconds