Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCLinkerOptimizationHint.h183 using MCLOHArgs = MCLOHDirective::LOHArgs; variable
DMCStreamer.h586 virtual void EmitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) {} in EmitLOHDirective()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCMachOStreamer.cpp113 void EmitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) override { in EmitLOHDirective()
DMCAsmStreamer.cpp143 void EmitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) override;
475 void MCAsmStreamer::EmitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) { in EmitLOHDirective()