Home
last modified time | relevance | path

Searched refs:AllowThumb32 (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Support/
DARMBuildAttributes.h128 AllowThumb32 = 2, // 32-bit Thumb (implies 16-bit instructions) enumerator
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp719 setAttributeItem(THUMB_ISA_use, AllowThumb32, false); in emitArchDefaultAttributes()
736 setAttributeItem(THUMB_ISA_use, AllowThumb32, false); in emitArchDefaultAttributes()
742 setAttributeItem(THUMB_ISA_use, AllowThumb32, false); in emitArchDefaultAttributes()
747 setAttributeItem(THUMB_ISA_use, AllowThumb32, false); in emitArchDefaultAttributes()
755 setAttributeItem(THUMB_ISA_use, AllowThumb32, false); in emitArchDefaultAttributes()
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp650 ARMBuildAttrs::AllowThumb32); in emitAttributes()