Searched refs:AppendBytes (Results 1 – 3 of 3) sorted by relevance
75 void AppendBytes(const void *bytes, int len);
583 bool AppendBytes(CharUnits FieldOffsetInChars, llvm::Constant *InitCst,602 return AppendBytes(FieldOffsetInChars, InitCst, AllowOverwrite); in AppendField()605 bool ConstStructBuilder::AppendBytes(CharUnits FieldOffsetInChars, in AppendBytes() function in __anon11b4a6e70111::ConstStructBuilder805 if (!AppendBytes(Offset, VTableAddressPoint)) in Build()
94 void Value::AppendBytes(const void *bytes, int len) { in AppendBytes() function in Value