Home
last modified time | relevance | path

Searched refs:emitDirectiveOptionRelax (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchTargetStreamer.cpp28 void LoongArchTargetStreamer::emitDirectiveOptionRelax() {} in emitDirectiveOptionRelax() function in LoongArchTargetStreamer
44 void LoongArchTargetAsmStreamer::emitDirectiveOptionRelax() { in emitDirectiveOptionRelax() function in LoongArchTargetAsmStreamer
H A DLoongArchTargetStreamer.h28 virtual void emitDirectiveOptionRelax();
41 void emitDirectiveOptionRelax() override;
H A DLoongArchELFStreamer.h24 void emitDirectiveOptionRelax() override;
H A DLoongArchELFStreamer.cpp40 void LoongArchTargetELFStreamer::emitDirectiveOptionRelax() {} in emitDirectiveOptionRelax() function in LoongArchTargetELFStreamer
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVTargetStreamer.h51 virtual void emitDirectiveOptionRelax();
91 void emitDirectiveOptionRelax() override;
H A DRISCVTargetStreamer.cpp51 void RISCVTargetStreamer::emitDirectiveOptionRelax() {} in emitDirectiveOptionRelax() function in RISCVTargetStreamer
193 void RISCVTargetAsmStreamer::emitDirectiveOptionRelax() { in emitDirectiveOptionRelax() function in RISCVTargetAsmStreamer
H A DRISCVELFStreamer.h65 void emitDirectiveOptionRelax() override;
H A DRISCVELFStreamer.cpp49 void RISCVTargetELFStreamer::emitDirectiveOptionRelax() {} in emitDirectiveOptionRelax() function in RISCVTargetELFStreamer
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp1928 getTargetStreamer().emitDirectiveOptionRelax(); in parseDirectiveOption()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp3208 getTargetStreamer().emitDirectiveOptionRelax(); in parseDirectiveOption()