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

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.h 24 bool IsThumb);
ARMELFStreamer.cpp 65 MCCodeEmitter *Emitter, bool IsThumb)
67 IsThumb(IsThumb), MappingSymbolCounter(0), LastEMS(EMS_None) {
101 if (IsThumb)
132 IsThumb = true;
135 IsThumb = false;
213 bool IsThumb;
499 bool IsThumb) {
500 ARMELFStreamer *S = new ARMELFStreamer(Context, TAB, OS, Emitter, IsThumb);
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 58 bool IsThumb;
72 IsPIC(TM.getRelocationModel() == Reloc::PIC_), IsThumb(false) {}
178 if (IsThumb) {
412 IsThumb = MF.getInfo<ARMFunctionInfo>()->isThumbFunction();
    [all...]
  /external/clang/lib/Basic/
Targets.cpp     [all...]

Completed in 234 milliseconds