Searched defs:CopyData (Results 1 – 4 of 4) sorted by relevance
100 void CopyData(llvm::StringRef src) { CopyData(src.data(), src.size()); } in CopyData() function
53 void DataBufferHeap::CopyData(const void *src, uint64_t src_len) { in CopyData() function in DataBufferHeap
678 lldb::offset_t DataExtractor::CopyData(offset_t offset, offset_t length, in CopyData() function in DataExtractor
467 size_t ObjectFile::CopyData(lldb::offset_t offset, size_t length, in CopyData() function in ObjectFile