Searched defs:emitLOHDirective (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ | ||
H A D | MCMachOStreamer.cpp | 120 void emitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) override { in emitLOHDirective() function in __anon8cf25efc0111::MCMachOStreamer |
H A D | MCAsmStreamer.cpp | 544 void MCAsmStreamer::emitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) { emitLOHDirective() function in MCAsmStreamer |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ | ||
H A D | MCStreamer.h | 671 virtual void emitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) {} emitLOHDirective() function |