Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/MC/
DMCMachOStreamer.cpp113 void emitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) override { in emitLOHDirective() function in __anon5a0d4ee10111::MCMachOStreamer
DMCAsmStreamer.cpp146 void emitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) override;
490 void MCAsmStreamer::emitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) { in emitLOHDirective() function in MCAsmStreamer
/external/llvm-project/llvm/include/llvm/MC/
DMCStreamer.h621 virtual void emitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) {} in emitLOHDirective() function
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp570 OutStreamer->emitLOHDirective(D.getKind(), MCArgs); in EmitLOHs()
/external/llvm-project/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp5550 getStreamer().emitLOHDirective((MCLOHType)Kind, Args); in parseDirectiveLOH()