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

  /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 333 milliseconds