Searched refs:ReadFileContents (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DFileSpec.h527 ReadFileContents (off_t offset = 0, size_t length = SIZE_MAX, Error *error_ptr = NULL) const;
530 ReadFileContents (off_t file_offset, void *dst, size_t dst_len, Error *error_ptr) const;
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueFileSpec.cpp154 m_data_sp = m_current_value.ReadFileContents();
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DSourceManager.cpp411 m_data_sp = m_file_spec.ReadFileContents ();
457 m_data_sp = m_file_spec.ReadFileContents ();
496 m_data_sp = m_file_spec.ReadFileContents ();
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DObjectFile.cpp77 data_sp = file->ReadFileContents(file_offset, std::min<size_t>(512, file_size));
114 data_sp = archive_file.ReadFileContents(file_offset, 512);
192 DataBufferSP data_sp (file.ReadFileContents(file_offset, 512));
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBSection.cpp228 DataBufferSP data_buffer_sp (objfile->GetFileSpec().ReadFileContents (file_offset, file_size));
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DFileSpec.cpp791 FileSpec::ReadFileContents (off_t file_offset, void *dst, size_t dst_len, Error *error_ptr) const function in class:FileSpec
828 FileSpec::ReadFileContents (off_t file_offset, size_t file_size, Error *error_ptr) const function in class:FileSpec
H A DHost.cpp1473 file_spec.ReadFileContents(0, &((*command_output_ptr)[0]), command_output_ptr->size(), &error);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp1122 lldb::DataBufferSP data_sp (m_memory_options.m_infile.ReadFileContents (m_memory_options.m_infile_offset, length));

Completed in 142 milliseconds