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

  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 58 bool IsThumb;
72 IsPIC(TM.getRelocationModel() == Reloc::PIC_), IsThumb(false) {}
176 if (IsThumb) {
392 IsThumb = MF.getInfo<ARMFunctionInfo>()->isThumbFunction();
    [all...]
  /external/llvm/lib/MC/
MCAssembler.cpp 276 bool IsThumb = false;
282 IsThumb = true;
309 if (IsThumb)
  /external/clang/lib/Basic/
Targets.cpp     [all...]

Completed in 77 milliseconds