Searched refs:setAttributeItem (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| D | ARMELFStreamer.cpp | 693 getStreamer().setAttributeItem(Attribute, Value, in emitAttribute() 699 getStreamer().setAttributeItem(Attribute, Value, in emitTextAttribute() 722 S.setAttributeItem(CPU_name, ARM::getCPUAttr(Arch), false); in emitArchDefaultAttributes() 725 S.setAttributeItem(CPU_arch, ARM::getArchAttr(Arch), false); in emitArchDefaultAttributes() 727 S.setAttributeItem(CPU_arch, ARM::getArchAttr(EmittedArch), false); in emitArchDefaultAttributes() 735 S.setAttributeItem(ARM_ISA_use, Allowed, false); in emitArchDefaultAttributes() 743 S.setAttributeItem(ARM_ISA_use, Allowed, false); in emitArchDefaultAttributes() 744 S.setAttributeItem(THUMB_ISA_use, Allowed, false); in emitArchDefaultAttributes() 748 S.setAttributeItem(ARM_ISA_use, Allowed, false); in emitArchDefaultAttributes() 749 S.setAttributeItem(THUMB_ISA_use, AllowThumb32, false); in emitArchDefaultAttributes() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| D | RISCVELFStreamer.h | 40 void setAttributeItem(unsigned Attribute, unsigned Value, in setAttributeItem() function 55 void setAttributeItem(unsigned Attribute, StringRef Value, in setAttributeItem() function
|
| D | RISCVELFStreamer.cpp | 81 setAttributeItem(Attribute, Value, /*OverwriteExisting=*/true); in emitAttribute() 86 setAttributeItem(Attribute, String, /*OverwriteExisting=*/true); in emitTextAttribute()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/ |
| D | MCELFStreamer.h | 101 void setAttributeItem(unsigned Attribute, unsigned Value, 103 void setAttributeItem(unsigned Attribute, StringRef Value,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/ |
| D | MCELFStreamer.cpp | 737 void MCELFStreamer::setAttributeItem(unsigned Attribute, unsigned Value, in setAttributeItem() function in MCELFStreamer 754 void MCELFStreamer::setAttributeItem(unsigned Attribute, StringRef Value, in setAttributeItem() function in MCELFStreamer
|