/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetStreamer.h | 33 void emitTargetAttributes(const MCSubtargetInfo &STI);
|
H A D | HexagonAsmPrinter.cpp | 792 HTS.emitTargetAttributes(*TM.getMCSubtargetInfo()); in emitAttributes()
|
/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
|
/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) {} in emitTargetAttributes() function in CSKYTargetStreamer
|
H A D | CSKYELFStreamer.h | 94 void emitTargetAttributes(const MCSubtargetInfo &STI) override;
|
H A D | CSKYELFStreamer.cpp | 179 void CSKYTargetELFStreamer::emitTargetAttributes(const MCSubtargetInfo &STI) { in emitTargetAttributes() function in CSKYTargetELFStreamer
|
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCELFStreamer.cpp | 196 void HexagonTargetStreamer::emitTargetAttributes(const MCSubtargetInfo &STI) { in emitTargetAttributes() 192 void HexagonTargetStreamer::emitTargetAttributes(const MCSubtargetInfo &STI) { emitTargetAttributes() function in HexagonTargetStreamer
|
/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYAsmPrinter.cpp | 262 CTS.emitTargetAttributes(STI);
|
/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMTargetStreamer.cpp | 176 void ARMTargetStreamer::emitTargetAttributes(const MCSubtargetInfo &STI) { in emitTargetAttributes() function in ARMTargetStreamer
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCStreamer.h | 165 void emitTargetAttributes(const MCSubtargetInfo &STI);
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVAsmPrinter.cpp | 592 RTS.emitTargetAttributes(SubtargetInfo, /*EmitStackAlign*/ true); in LowerKCFI_CHECK()
|
/llvm-project/llvm/lib/Target/CSKY/AsmParser/ |
H A D | CSKYAsmParser.cpp | 140 getTargetStreamer().emitTargetAttributes(STI); in CSKYAsmParser()
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMAsmPrinter.cpp | 650 ATS.emitTargetAttributes(STI); in emitAttributes() 784 // ARMTargetStreamer::emitTargetAttributes(). in emitAttributes() 797 // ARMTargetStreamer::emitTargetAttributes(). in emitAttributes()
|
/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
H A D | HexagonAsmParser.cpp | 172 getTargetStreamer().emitTargetAttributes(*STI); in HexagonAsmParser()
|
/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
H A D | RISCVAsmParser.cpp | 326 getTargetStreamer().emitTargetAttributes(STI, /*EmitStackAlign*/ false); in RISCVAsmParser()
|
/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 701 getTargetStreamer().emitTargetAttributes(STI); in ARMAsmParser()
|