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.cpp146 void MCWasmStreamer::emitIdent(StringRef IdentString) { in emitIdent()
H A DMCMachOStreamer.cpp112 void emitIdent(StringRef IdentString) override { in emitIdent()
H A DMCWinCOFFStreamer.cpp411 void MCWinCOFFStreamer::emitIdent(StringRef IdentString) { in emitIdent()
H A DMCELFStreamer.cpp338 void MCELFStreamer::emitIdent(StringRef IdentString) { in emitIdent()
H A DMCAsmStreamer.cpp1907 void MCAsmStreamer::emitIdent(StringRef IdentString) { in emitIdent()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h856 virtual void emitIdent(StringRef IdentString) {} in emitIdent()