Lines Matching defs:Write
145 void Write(const Module *M) { in Write() function
149 void Write(const Value *V) { in Write() function
154 void Write(const Value &V) { in Write() function
164 void Write(const Metadata *MD) { in Write() function
171 template <class T> void Write(const MDTupleTypedArrayWrapper<T> &MD) { in Write() function
175 void Write(const NamedMDNode *NMD) { in Write() function
182 void Write(Type *T) { in Write() function
188 void Write(const Comdat *C) { in Write() function
194 void Write(const APInt *AI) { in Write() function
200 void Write(const unsigned i) { *OS << i << '\n'; } in Write() function
203 void Write(const Attribute *A) { in Write() function
210 void Write(const AttributeSet *AS) { in Write() function
217 void Write(const AttributeList *AL) { in Write() function
223 template <typename T> void Write(ArrayRef<T> Vs) { in Write() function