Home
last modified time | relevance | path

Searched refs:ReadFileContents (Results 1 – 10 of 10) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/
HDFileSpec.h631 ReadFileContents (off_t offset = 0, size_t length = SIZE_MAX, Error *error_ptr = NULL) const;
634 ReadFileContents (off_t file_offset, void *dst, size_t dst_len, Error *error_ptr) const;
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDSourceManager.cpp410 m_data_sp = m_file_spec.ReadFileContents (); in File()
506 m_data_sp = m_file_spec.ReadFileContents (); in DisplaySourceLines()
545 m_data_sp = m_file_spec.ReadFileContents (); in FindLinesMatchingRegex()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDObjectFile.cpp78 data_sp = file->ReadFileContents(file_offset, std::min<size_t>(512, file_size)); in FindPlugin()
115 data_sp = archive_file.ReadFileContents(file_offset, 512); in FindPlugin()
193 DataBufferSP data_sp (file.ReadFileContents(file_offset, 512)); in GetModuleSpecifications()
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionValueFileSpec.cpp164 m_data_sp = m_current_value.ReadFileContents(); in GetFileContents()
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBSection.cpp228 … DataBufferSP data_buffer_sp (objfile->GetFileSpec().ReadFileContents (file_offset, file_size)); in GetSectionData()
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDFileSpec.cpp948 return ReadFileContents(file_offset, file_size, NULL); in MemoryMapFileContentsIfLocal()
965 FileSpec::ReadFileContents (off_t file_offset, void *dst, size_t dst_len, Error *error_ptr) const in ReadFileContents() function in FileSpec
1002 FileSpec::ReadFileContents (off_t file_offset, size_t file_size, Error *error_ptr) const in ReadFileContents() function in FileSpec
HDHost.cpp675 … output_file_spec.ReadFileContents(0, command_output.data(), file_size, &error); in RunShellCommand()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
HDProcessElfCore.cpp68 lldb::DataBufferSP data_sp (crash_file->ReadFileContents(0, header_size)); in CreateInstance()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
HDRenderScriptRuntime.cpp604 DataBufferSP buffer = fs.ReadFileContents(addr, size); in ParseRSInfo()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectMemory.cpp1460 …lldb::DataBufferSP data_sp (m_memory_options.m_infile.ReadFileContents (m_memory_options.m_infile_… in DoExecute()