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

  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 60 bool IsThumb;
74 IsPIC(TM.getRelocationModel() == Reloc::PIC_), IsThumb(false) {}
381 IsThumb = MF.getInfo<ARMFunctionInfo>()->isThumbFunction();
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 896 bool IsThumb = (Arch == Triple::thumb || Arch == Triple::thumbeb);
909 if (IsThumb)
    [all...]

Completed in 167 milliseconds