Lines Matching defs:Write
161 void Write(const Module *M) { in Write() function
165 void Write(const Value *V) { in Write() function
170 void Write(const Value &V) { in Write() function
180 void Write(const DbgRecord *DR) { in Write() function
187 void Write(DbgVariableRecord::LocationType Type) { in Write() function
207 void Write(const Metadata *MD) { in Write() function
214 template <class T> void Write(const MDTupleTypedArrayWrapper<T> &MD) { in Write() function
218 void Write(const NamedMDNode *NMD) { in Write() function
225 void Write(Type *T) { in Write() function
231 void Write(const Comdat *C) { in Write() function
237 void Write(const APInt *AI) { in Write() function
243 void Write(const unsigned i) { *OS << i << '\n'; } in Write() function
246 void Write(const Attribute *A) { in Write() function
253 void Write(const AttributeSet *AS) { in Write() function
260 void Write(const AttributeList *AL) { in Write() function
266 void Write(Printable P) { *OS << P << '\n'; } in Write() function
268 template <typename T> void Write(ArrayRef<T> Vs) { in Write() function