Searched refs:ReadFileContents (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/ |
| HD | FileSpec.h | 631 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/ |
| HD | SourceManager.cpp | 410 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/ |
| HD | ObjectFile.cpp | 78 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/ |
| HD | OptionValueFileSpec.cpp | 164 m_data_sp = m_current_value.ReadFileContents(); in GetFileContents()
|
| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBSection.cpp | 228 … DataBufferSP data_buffer_sp (objfile->GetFileSpec().ReadFileContents (file_offset, file_size)); in GetSectionData()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Host/common/ |
| HD | FileSpec.cpp | 948 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
|
| HD | Host.cpp | 675 … output_file_spec.ReadFileContents(0, command_output.data(), file_size, &error); in RunShellCommand()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ |
| HD | ProcessElfCore.cpp | 68 lldb::DataBufferSP data_sp (crash_file->ReadFileContents(0, header_size)); in CreateInstance()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| HD | RenderScriptRuntime.cpp | 604 DataBufferSP buffer = fs.ReadFileContents(addr, size); in ParseRSInfo()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Commands/ |
| HD | CommandObjectMemory.cpp | 1460 …lldb::DataBufferSP data_sp (m_memory_options.m_infile.ReadFileContents (m_memory_options.m_infile_… in DoExecute()
|