Searched refs:AppendData (Results 1 – 10 of 10) sorted by relevance
134 m_data_sp->AppendData(&value, sizeof(value)); in AppendU8()168 void DataEncoder::AppendData(llvm::StringRef data) { in AppendData() function in DataEncoder172 m_data_sp->AppendData(bytes, length); in AppendData()175 void DataEncoder::AppendData(llvm::ArrayRef<uint8_t> data) { in AppendData() function in DataEncoder179 m_data_sp->AppendData(bytes, length); in AppendData()187 m_data_sp->AppendData(bytes, length); in AppendCString()
61 void DataBufferHeap::AppendData(const void *src, uint64_t src_len) { in AppendData() function in DataBufferHeap
159 void AppendData(llvm::StringRef data);167 void AppendData(llvm::ArrayRef<uint8_t> data);
102 void AppendData(const void *src, uint64_t src_len);
218 encoder.AppendData(uuid_bytes); in Encode()284 encoder.AppendData(kStringTableIdentifier); in Encode()
96 m_data_buffer.AppendData(bytes, len); in AppendBytes()
129 encoder.AppendData(kIdentifierNameToDIE); in Encode()
602 index_encoder.AppendData(kIdentifierManualDWARFIndex); in Encode()643 encoder.AppendData(index_encoder.GetData()); in Encode()
1194 encoder.AppendData(kIdentifierCStrMap); in EncodeCStrMap()1262 symtab_encoder.AppendData(kIdentifierSymbolTable); in Encode()1290 encoder.AppendData(symtab_encoder.GetData()); in Encode()
588 encoder.AppendData(llvm::StringRef(request_id)); in SendSyncRequest()