Home
last modified time | relevance | path

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

/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() function in __anon621ee1f40111::MCMachOStreamer
DMCAsmStreamer.cpp143 void EmitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) override;
475 void MCAsmStreamer::EmitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) { in EmitLOHDirective() function in MCAsmStreamer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCStreamer.h586 virtual void EmitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) {} in EmitLOHDirective() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp546 OutStreamer->EmitLOHDirective(D.getKind(), MCArgs); in EmitLOHs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp5368 getStreamer().EmitLOHDirective((MCLOHType)Kind, Args); in parseDirectiveLOH()