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

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 446 MCCodeEmitter *Emitter, bool IsThumb)
447 : MCELFStreamer(Context, TAB, OS, Emitter), IsThumb(IsThumb),
485 if (IsThumb)
502 assert(!IsThumb);
514 assert(IsThumb);
555 IsThumb = true;
558 IsThumb = false;
630 bool IsThumb;
991 if (!Streamer.IsThumb)
    [all...]
  /external/llvm/include/llvm/MC/
MCELFStreamer.h 111 bool IsThumb);
  /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/clang/lib/Basic/
Targets.cpp     [all...]
  /art/compiler/utils/arm/
assembler_arm.h 360 virtual bool IsThumb() const = 0;
assembler_arm32.h 38 bool IsThumb() const OVERRIDE {
assembler_thumb2.h 47 bool IsThumb() const OVERRIDE {
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 896 bool IsThumb = (Arch == Triple::thumb || Arch == Triple::thumbeb);
909 if (IsThumb)
    [all...]

Completed in 2025 milliseconds