Lines Matching defs:Write
157 void Write(const Module *M) { in Write() function
161 void Write(const Value *V) { in Write() function
166 void Write(const Value &V) { in Write() function
176 void Write(const DPValue *V) { in Write() function
181 void Write(const Metadata *MD) { in Write() function
188 template <class T> void Write(const MDTupleTypedArrayWrapper<T> &MD) { in Write() function
192 void Write(const NamedMDNode *NMD) { in Write() function
199 void Write(Type *T) { in Write() function
205 void Write(const Comdat *C) { in Write() function
211 void Write(const APInt *AI) { in Write() function
217 void Write(const unsigned i) { *OS << i << '\n'; } in Write() function
220 void Write(const Attribute *A) { in Write() function
227 void Write(const AttributeSet *AS) { in Write() function
234 void Write(const AttributeList *AL) { in Write() function
240 void Write(Printable P) { *OS << P << '\n'; } in Write() function
242 template <typename T> void Write(ArrayRef<T> Vs) { in Write() function