Home
last modified time | relevance | path

Searched refs:emitDirectiveOptionNoExact (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVTargetStreamer.h46 virtual void emitDirectiveOptionNoExact();
86 void emitDirectiveOptionNoExact() override;
H A DRISCVTargetStreamer.cpp46 void RISCVTargetStreamer::emitDirectiveOptionNoExact() {} in emitDirectiveOptionNoExact() function in RISCVTargetStreamer
189 void RISCVTargetAsmStreamer::emitDirectiveOptionNoExact() { in emitDirectiveOptionNoExact() function in RISCVTargetAsmStreamer
H A DRISCVELFStreamer.h60 void emitDirectiveOptionNoExact() override;
H A DRISCVELFStreamer.cpp44 void RISCVTargetELFStreamer::emitDirectiveOptionNoExact() {} in emitDirectiveOptionNoExact() function in RISCVTargetELFStreamer
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp3161 getTargetStreamer().emitDirectiveOptionNoExact(); in parseDirectiveOption()