Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DAttributes.cpp137 void EmitAttributes(RecordKeeper &RK, raw_ostream &OS) { in EmitAttributes() function
H A DTableGenBackends.h85 void EmitAttributes(RecordKeeper &RK, raw_ostream &OS);
H A 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
H A DTableGen.cpp243 EmitAttributes(Records, OS); in LLVMTableGenMain()