Home
last modified time | relevance | path

Searched refs:EmitAttributes (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DTableGenBackends.h85 void EmitAttributes(RecordKeeper &RK, raw_ostream &OS);
DAttributes.cpp137 void EmitAttributes(RecordKeeper &RK, raw_ostream &OS) { in EmitAttributes() function
DIntrinsicEmitter.cpp49 void EmitAttributes(const CodeGenIntrinsicTable &Ints, raw_ostream &OS);
81 EmitAttributes(Ints, OS); in run()
626 void IntrinsicEmitter::EmitAttributes(const CodeGenIntrinsicTable &Ints, in EmitAttributes() function in IntrinsicEmitter
DTableGen.cpp243 EmitAttributes(Records, OS); in LLVMTableGenMain()