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.cpp166 void MCWasmStreamer::emitIdent(StringRef IdentString) { in emitIdent() function in MCWasmStreamer
H A DMCWinCOFFStreamer.cpp350 void MCWinCOFFStreamer::emitIdent(StringRef IdentString) { in emitIdent() function in MCWinCOFFStreamer
H A DMCMachOStreamer.cpp116 void emitIdent(StringRef IdentString) override { in emitIdent() function in __anon4f25a0aa0111::MCMachOStreamer
H A DMCELFStreamer.cpp341 void MCELFStreamer::emitIdent(StringRef IdentString) { in emitIdent() function in MCELFStreamer
H A DMCAsmStreamer.cpp1934 void MCAsmStreamer::emitIdent(StringRef IdentString) { in emitIdent() function in MCAsmStreamer
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h876 virtual void emitIdent(StringRef IdentString) {} in emitIdent() function