Home
last modified time | relevance | path

Searched defs:emitIdent (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWasmStreamer.cpp146 void MCWasmStreamer::emitIdent(StringRef IdentString) { in emitIdent() function in MCWasmStreamer
H A DMCMachOStreamer.cpp112 void emitIdent(StringRef IdentString) override { in emitIdent() function in __anon4f25a0aa0111::MCMachOStreamer
H A DMCWinCOFFStreamer.cpp411 void MCWinCOFFStreamer::emitIdent(StringRef IdentString) { in emitIdent() function in MCWinCOFFStreamer
H A DMCELFStreamer.cpp338 void MCELFStreamer::emitIdent(StringRef IdentString) { in emitIdent() function in MCELFStreamer
H A DMCAsmStreamer.cpp1907 void MCAsmStreamer::emitIdent(StringRef IdentString) { in emitIdent() function in MCAsmStreamer
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h856 virtual void emitIdent(StringRef IdentString) {} in emitIdent() function