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

  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 601 const bool IsThumb = T.getArch() == Triple::thumb;
612 (IsThumb ? COFF::IMAGE_SCN_MEM_16BIT : (COFF::SectionCharacteristics)0) |
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAssembler.cpp 276 bool IsThumb = false;
282 IsThumb = true;
309 if (IsThumb)
  /external/llvm/lib/Target/ARM/
ARMExpandPseudoInsts.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMCodeEmitter.cpp 58 bool IsThumb;
72 IsPIC(TM.getRelocationModel() == Reloc::PIC_), IsThumb(false) {}
377 IsThumb = MF.getInfo<ARMFunctionInfo>()->isThumbFunction();
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]

Completed in 932 milliseconds