Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCWasmStreamer.cpp151 void MCWasmStreamer::emitIdent(StringRef IdentString) { in emitIdent()
H A DMCWinCOFFStreamer.cpp332 void MCWinCOFFStreamer::emitIdent(StringRef IdentString) { in emitIdent()
H A DMCMachOStreamer.cpp109 void emitIdent(StringRef IdentString) override { in emitIdent()
H A DMCELFStreamer.cpp380 void MCELFStreamer::emitIdent(StringRef IdentString) { in emitIdent()
H A DMCAsmStreamer.cpp1783 void MCAsmStreamer::emitIdent(StringRef IdentString) { in emitIdent()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h863 virtual void emitIdent(StringRef IdentString) {} in emitIdent()