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.h465 virtual void EmitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) {} in EmitLOHDirective()
/external/llvm/lib/MC/
DMCAsmStreamer.cpp125 void EmitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) override;
318 void MCAsmStreamer::EmitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) { in EmitLOHDirective()
329 for (MCLOHArgs::const_iterator It = Args.begin(), EndIt = Args.end(); in EmitLOHDirective()
DMCMachOStreamer.cpp114 void EmitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) override { in EmitLOHDirective()