| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonTargetStreamer.h | 33 void emitTargetAttributes(const MCSubtargetInfo &STI);
|
| H A D | HexagonMCELFStreamer.cpp | 196 void HexagonTargetStreamer::emitTargetAttributes(const MCSubtargetInfo &STI) { in emitTargetAttributes() function in HexagonTargetStreamer
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYTargetStreamer.h | 66 virtual void emitTargetAttributes(const MCSubtargetInfo &STI);
|
| H A D | CSKYELFStreamer.h | 94 void emitTargetAttributes(const MCSubtargetInfo &STI) override;
|
| H A D | CSKYTargetStreamer.cpp | 127 void CSKYTargetStreamer::emitTargetAttributes(const MCSubtargetInfo &STI) {} in emitTargetAttributes() function in CSKYTargetStreamer
|
| H A D | CSKYELFStreamer.cpp | 179 void CSKYTargetELFStreamer::emitTargetAttributes(const MCSubtargetInfo &STI) { in emitTargetAttributes() function in CSKYTargetELFStreamer
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVTargetStreamer.h | 63 void emitTargetAttributes(const MCSubtargetInfo &STI, bool EmitStackAlign);
|
| H A D | RISCVTargetStreamer.cpp | 122 void RISCVTargetStreamer::emitTargetAttributes(const MCSubtargetInfo &STI, in emitTargetAttributes() function in RISCVTargetStreamer
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYAsmPrinter.cpp | 260 CTS.emitTargetAttributes(STI); in emitAttributes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMTargetStreamer.cpp | 180 void ARMTargetStreamer::emitTargetAttributes(const MCSubtargetInfo &STI) { in emitTargetAttributes() function in ARMTargetStreamer
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCStreamer.h | 165 void emitTargetAttributes(const MCSubtargetInfo &STI);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonAsmPrinter.cpp | 793 HTS.emitTargetAttributes(*TM.getMCSubtargetInfo()); in emitAttributes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVAsmPrinter.cpp | 596 RTS.emitTargetAttributes(SubtargetInfo, /*EmitStackAlign*/ true); in emitAttributes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/ |
| H A D | CSKYAsmParser.cpp | 140 getTargetStreamer().emitTargetAttributes(STI); in CSKYAsmParser()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMAsmPrinter.cpp | 661 ATS.emitTargetAttributes(STI); in emitAttributes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 175 getTargetStreamer().emitTargetAttributes(*STI); in HexagonAsmParser()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 332 getTargetStreamer().emitTargetAttributes(STI, /*EmitStackAlign*/ false); in RISCVAsmParser()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 704 getTargetStreamer().emitTargetAttributes(STI); in ARMAsmParser()
|