Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCMachOStreamer.cpp116 void emitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) override { in emitLOHDirective() function in __anon4f25a0aa0111::MCMachOStreamer
H A DMCAsmStreamer.cpp171 void emitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) override;
581 void MCAsmStreamer::emitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) { in emitLOHDirective() function in MCAsmStreamer
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h658 virtual void emitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) {} in emitLOHDirective() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1053 OutStreamer->emitLOHDirective(D.getKind(), MCArgs); in emitLOHs()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp7409 getStreamer().emitLOHDirective(Kind, Args); in parseDirectiveLOH()