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

/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DTableGenBackends.h81 void EmitAttributes(RecordKeeper &RK, raw_ostream &OS);
H A DAttributes.cpp152 void EmitAttributes(RecordKeeper &RK, raw_ostream &OS) { function in namespace:llvm
H A DTableGen.cpp173 EmitAttributes(Records, OS);
H A DIntrinsicEmitter.cpp51 void EmitAttributes(const std::vector<CodeGenIntrinsic> &Ints,
91 EmitAttributes(Ints, OS);
534 /// EmitAttributes - This emits the Intrinsic::getAttributes method.
536 EmitAttributes(const std::vector<CodeGenIntrinsic> &Ints, raw_ostream &OS) { function in class:IntrinsicEmitter

Completed in 43 milliseconds