Home
last modified time | relevance | path

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