Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVTargetStreamer.h43 void emitTargetAttributes(const MCSubtargetInfo &STI);
H A DRISCVTargetStreamer.cpp49 void RISCVTargetStreamer::emitTargetAttributes(const MCSubtargetInfo &STI) { in emitTargetAttributes() function in RISCVTargetStreamer
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYTargetStreamer.h66 virtual void emitTargetAttributes(const MCSubtargetInfo &STI);
H A DCSKYTargetStreamer.cpp127 void CSKYTargetStreamer::emitTargetAttributes(const MCSubtargetInfo &STI) {} in emitTargetAttributes() function in CSKYTargetStreamer
H A DCSKYELFStreamer.h94 void emitTargetAttributes(const MCSubtargetInfo &STI) override;
H A DCSKYELFStreamer.cpp179 void CSKYTargetELFStreamer::emitTargetAttributes(const MCSubtargetInfo &STI) { in emitTargetAttributes() function in CSKYTargetELFStreamer
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYAsmPrinter.cpp260 CTS.emitTargetAttributes(STI); in emitAttributes()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp177 void ARMTargetStreamer::emitTargetAttributes(const MCSubtargetInfo &STI) { in emitTargetAttributes() function in ARMTargetStreamer
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp223 RTS.emitTargetAttributes(*TM.getMCSubtargetInfo()); in emitAttributes()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCStreamer.h164 void emitTargetAttributes(const MCSubtargetInfo &STI);
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp139 getTargetStreamer().emitTargetAttributes(STI); in CSKYAsmParser()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp635 ATS.emitTargetAttributes(STI); in emitAttributes()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp692 getTargetStreamer().emitTargetAttributes(STI); in ARMAsmParser()