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

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 418 MCCodeEmitter *Emitter, bool IsThumb)
419 : MCELFStreamer(Context, TAB, OS, Emitter), IsThumb(IsThumb),
456 if (IsThumb)
473 assert(!IsThumb);
485 assert(IsThumb);
531 IsThumb = true;
534 IsThumb = false;
601 bool IsThumb;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 446 bool IsThumb)
448 IsThumb(IsThumb) {
485 if (IsThumb)
502 assert(!IsThumb);
514 assert(IsThumb);
572 IsThumb = true;
575 IsThumb = false;
685 bool IsThumb;
    [all...]
  /external/llvm/include/llvm/MC/
MCELFStreamer.h 104 bool IsThumb);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCELFStreamer.h 105 bool RelaxAll, bool IsThumb);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOARM.h 267 bool IsThumb = RE.Size & 0x2;
273 if (IsThumb)
354 bool IsThumb = HalfDiffKindBits & 0x2;
363 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMExpandPseudoInsts.cpp     [all...]
ARMISelLowering.cpp 243 if (Subtarget->isThumb() && Subtarget->hasVFP2() &&
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAssembler.cpp 276 bool IsThumb = false;
282 IsThumb = true;
309 if (IsThumb)
  /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-7.0/llvm/lib/MC/
MCObjectFileInfo.cpp 632 const bool IsThumb = T.getArch() == Triple::thumb;
643 (IsThumb ? COFF::IMAGE_SCN_MEM_16BIT : (COFF::SectionCharacteristics)0) |
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 687 milliseconds