Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCMachOStreamer.cpp116 void EmitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) override { in EmitLOHDirective() function in __anon98f5eb0b0111::MCMachOStreamer
DMCAsmStreamer.cpp131 void EmitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) override;
393 void MCAsmStreamer::EmitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) { in EmitLOHDirective() function in MCAsmStreamer
/external/llvm/include/llvm/MC/
DMCStreamer.h483 virtual void EmitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) {} in EmitLOHDirective() function
/external/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp150 OutStreamer->EmitLOHDirective(D.getKind(), MCArgs); in EmitLOHs()
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp4415 getStreamer().EmitLOHDirective((MCLOHType)Kind, Args); in parseDirectiveLOH()