| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetStreamer.h | 33 void emitTargetAttributes(const MCSubtargetInfo &STI);
|
| H A D | HexagonAsmPrinter.cpp | 795 HTS.emitTargetAttributes(*TM.getMCSubtargetInfo()); in emitAttributes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYTargetStreamer.h | 66 virtual void emitTargetAttributes(const MCSubtargetInfo &STI);
|
| H A D | CSKYTargetStreamer.cpp | 126 void CSKYTargetStreamer::emitTargetAttributes(const MCSubtargetInfo &STI) {} 127 void CSKYTargetStreamer::emitTargetAttributes(const MCSubtargetInfo &STI) {} emitTargetAttributes() function in CSKYTargetStreamer
|
| H A D | CSKYELFStreamer.h | 94 void emitTargetAttributes(const MCSubtargetInfo &STI) override;
|
| H A D | CSKYELFStreamer.cpp | 178 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 | 60 void emitTargetAttributes(const MCSubtargetInfo &STI, bool EmitStackAlign);
|
| H A D | RISCVTargetStreamer.cpp | 65 void RISCVTargetStreamer::emitTargetAttributes(const MCSubtargetInfo &STI, in emitTargetAttributes() function in RISCVTargetStreamer
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCELFStreamer.cpp | 190 void HexagonTargetStreamer::emitTargetAttributes(const MCSubtargetInfo &STI) { in emitTargetAttributes() function in HexagonTargetStreamer
|
| /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 | 176 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/RISCV/ |
| H A D | RISCVAsmPrinter.cpp | 491 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 | 652 ATS.emitTargetAttributes(STI); in emitAttributes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 173 getTargetStreamer().emitTargetAttributes(*STI); in HexagonAsmParser()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 325 getTargetStreamer().emitTargetAttributes(STI, /*EmitStackAlign*/ false); in RISCVAsmParser()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 701 getTargetStreamer().emitTargetAttributes(STI); in ARMAsmParser()
|