Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DTableGenBackends.h86 void EmitAttributes(RecordKeeper &RK, raw_ostream &OS);
H A DIntrinsicEmitter.cpp48 void EmitAttributes(const CodeGenIntrinsicTable &Ints, raw_ostream &OS);
86 EmitAttributes(Ints, OS); in run()
517 void IntrinsicEmitter::EmitAttributes(const CodeGenIntrinsicTable &Ints, in EmitAttributes() function in IntrinsicEmitter
H A DAttributes.cpp173 void EmitAttributes(RecordKeeper &RK, raw_ostream &OS) { in EmitAttributes() function
H A DTableGen.cpp220 EmitAttributes(Records, OS); in LLVMTableGenMain()