Home
last modified time | relevance | path

Searched defs:emitGNUAttribute (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFStreamer.h130 void emitGNUAttribute(unsigned Tag, unsigned Value) override { in emitGNUAttribute() function
H A DMCStreamer.h674 virtual void emitGNUAttribute(unsigned Tag, unsigned Value) {} in emitGNUAttribute() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp564 void MCAsmStreamer::emitGNUAttribute(unsigned Tag, unsigned Value) { in emitGNUAttribute() function in MCAsmStreamer