Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp62 void EmitAttributes(const CodeGenIntrinsicTable &Ints, raw_ostream &OS);
100 EmitAttributes(Ints, OS); in run()
420 void IntrinsicEmitter::EmitAttributes(const CodeGenIntrinsicTable &Ints, in EmitAttributes() function in IntrinsicEmitter