Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/
HDMCMachOStreamer.cpp120 void emitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) override { in emitLOHDirective() function in __anon2d3d55c40111::MCMachOStreamer
HDMCAsmStreamer.cpp168 void emitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) override;
560 void MCAsmStreamer::emitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) { in emitLOHDirective() function in MCAsmStreamer
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCStreamer.h636 virtual void emitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) {} in emitLOHDirective() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64AsmPrinter.cpp942 OutStreamer->emitLOHDirective(D.getKind(), MCArgs); in emitLOHs()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
HDAArch64AsmParser.cpp7190 getStreamer().emitLOHDirective((MCLOHType)Kind, Args); in parseDirectiveLOH()