HomeSort by: relevance | last modified time | path
    Searched refs:SizeWidth (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FastISel.cpp 2736 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32;
2737 if (!MCI->getLength()->getType()->isIntegerTy(SizeWidth))
2751 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32;
2752 if (!MSI->getLength()->getType()->isIntegerTy(SizeWidth))
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp 4167 unsigned SizeWidth = ELFT::Is64Bits ? 8 : 7;
4181 Fields[4].Str = to_string(format_hex(Phdr.p_filesz, SizeWidth));
4182 Fields[5].Str = to_string(format_hex(Phdr.p_memsz, SizeWidth));

Completed in 21 milliseconds