Home
last modified time | relevance | path

Searched refs:MCLOHArgs (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/MC/
DMCLinkerOptimizationHint.h200 typedef MCLOHDirective::LOHArgs MCLOHArgs; typedef
DMCStreamer.h478 virtual void EmitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) {} in EmitLOHDirective()
/external/llvm/lib/MC/
DMCAsmStreamer.cpp120 void EmitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) override;
314 void MCAsmStreamer::EmitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) { in EmitLOHDirective()
325 for (MCLOHArgs::const_iterator It = Args.begin(), EndIt = Args.end(); in EmitLOHDirective()
DMCMachOStreamer.cpp117 void EmitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) override { in EmitLOHDirective()