Searched refs:emitAttributes (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYAsmPrinter.h32 void emitAttributes();
H A DCSKYAsmPrinter.cpp132 emitAttributes();
248 void CSKYAsmPrinter::emitAttributes() { function in class:CSKYAsmPrinter
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.h127 void emitAttributes(Module &M);
H A DSystemZAsmPrinter.cpp847 void SystemZAsmPrinter::emitAttributes(Module &M) { function in class:SystemZAsmPrinter
961 emitAttributes(M);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.h125 void emitAttributes();
H A DARMAsmPrinter.cpp506 emitAttributes();
623 void ARMAsmPrinter::emitAttributes() {
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp103 void emitAttributes(const MCSubtargetInfo &SubtargetInfo);
413 emitAttributes(SubtargetInfo);
425 void RISCVAsmPrinter::emitAttributes(const MCSubtargetInfo &SubtargetInfo) { function in class:RISCVAsmPrinter
/freebsd-current/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2505 static void emitAttributes(RecordKeeper &Records, raw_ostream &OS, function
2994 emitAttributes(Records, OS, true);
3004 emitAttributes(Records, OS, false);

Completed in 89 milliseconds