Home
last modified time | relevance | path

Searched refs:emitTargetAttributes (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetStreamer.h33 void emitTargetAttributes(const MCSubtargetInfo &STI);
H A DHexagonAsmPrinter.cpp795 HTS.emitTargetAttributes(*TM.getMCSubtargetInfo()); in emitAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYTargetStreamer.h66 virtual void emitTargetAttributes(const MCSubtargetInfo &STI);
H A DCSKYTargetStreamer.cpp126 void CSKYTargetStreamer::emitTargetAttributes(const MCSubtargetInfo &STI) {}
127 void CSKYTargetStreamer::emitTargetAttributes(const MCSubtargetInfo &STI) {} emitTargetAttributes() function in CSKYTargetStreamer
H A DCSKYELFStreamer.h94 void emitTargetAttributes(const MCSubtargetInfo &STI) override;
H A DCSKYELFStreamer.cpp178 void CSKYTargetELFStreamer::emitTargetAttributes(const MCSubtargetInfo &STI) { in emitTargetAttributes() function in CSKYTargetELFStreamer
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVTargetStreamer.h60 void emitTargetAttributes(const MCSubtargetInfo &STI, bool EmitStackAlign);
H A DRISCVTargetStreamer.cpp65 void RISCVTargetStreamer::emitTargetAttributes(const MCSubtargetInfo &STI, in emitTargetAttributes() function in RISCVTargetStreamer
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp190 void HexagonTargetStreamer::emitTargetAttributes(const MCSubtargetInfo &STI) { in emitTargetAttributes() function in HexagonTargetStreamer
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYAsmPrinter.cpp260 CTS.emitTargetAttributes(STI); in emitAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp176 void ARMTargetStreamer::emitTargetAttributes(const MCSubtargetInfo &STI) { in emitTargetAttributes() function in ARMTargetStreamer
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h165 void emitTargetAttributes(const MCSubtargetInfo &STI);
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp491 RTS.emitTargetAttributes(SubtargetInfo, /*EmitStackAlign*/ true); in emitAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp140 getTargetStreamer().emitTargetAttributes(STI); in CSKYAsmParser()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp652 ATS.emitTargetAttributes(STI); in emitAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp173 getTargetStreamer().emitTargetAttributes(*STI); in HexagonAsmParser()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp325 getTargetStreamer().emitTargetAttributes(STI, /*EmitStackAlign*/ false); in RISCVAsmParser()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp701 getTargetStreamer().emitTargetAttributes(STI); in ARMAsmParser()