Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DAttributes.cpp134 void EmitAttributes(RecordKeeper &RK, raw_ostream &OS) { in EmitAttributes() function
H A DTableGenBackends.h84 void EmitAttributes(RecordKeeper &RK, raw_ostream &OS);
H A DTableGen.cpp243 EmitAttributes(Records, OS); in LLVMTableGenMain()
H A DIntrinsicEmitter.cpp48 void EmitAttributes(const CodeGenIntrinsicTable &Ints, raw_ostream &OS);
80 EmitAttributes(Ints, OS); in run()
655 void IntrinsicEmitter::EmitAttributes(const CodeGenIntrinsicTable &Ints, in EmitAttributes() function in IntrinsicEmitter