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

  /external/v8/src/compiler/
machine-operator.h 644 bool Is64() const { return word() == MachineRepresentation::kWord64; }
code-assembler.cc 82 bool CodeAssembler::Is64() const { return raw_assembler_->machine()->Is64(); }
253 if (raw_assembler_->machine()->Is64()) {
260 if (raw_assembler_->machine()->Is64()) {
267 if (raw_assembler_->machine()->Is64()) {
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 80 bool Is64 = O->is64Bit();
81 unsigned SegmentLoadSize = Is64 ? sizeof(MachO::segment_command_64) :
83 unsigned SectionSize = Is64 ? sizeof(MachO::section_64) :
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]

Completed in 570 milliseconds