Home
last modified time | relevance | path

Searched defs:data_sp (Results 1 – 25 of 91) sorted by relevance

1234

/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
H A DObjectContainerMachOFileset.cpp37 const lldb::ModuleSP &module_sp, lldb::DataBufferSP &data_sp, in ObjectContainerMachOFileset() argument
44 const lldb::ModuleSP &module_sp, lldb::WritableDataBufferSP data_sp, in ObjectContainerMachOFileset() argument
51 const lldb::ModuleSP &module_sp, DataBufferSP &data_sp, in CreateInstance() argument
71 const lldb::ModuleSP &module_sp, lldb::WritableDataBufferSP data_sp, in CreateMemoryInstance() argument
185 DataBufferSP data_sp = ParseHeader() local
209 DataBufferSP data_sp = ParseHeader() local
221 GetModuleSpecifications(const lldb_private::FileSpec & file,lldb::DataBufferSP & data_sp,lldb::offset_t data_offset,lldb::offset_t file_offset,lldb::offset_t file_size,lldb_private::ModuleSpecList & specs) GetModuleSpecifications() argument
245 MagicBytesMatch(DataBufferSP data_sp,lldb::addr_t data_offset,lldb::addr_t data_length) MagicBytesMatch() argument
285 DataBufferSP data_sp; GetObjectFile() local
[all...]
/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DObjectFileMinidump.cpp38 const lldb::ModuleSP &module_sp, lldb::DataBufferSP data_sp, in CreateInstance() argument
45 const lldb::ModuleSP &module_sp, WritableDataBufferSP data_sp, in CreateMemoryInstance() argument
51 const lldb_private::FileSpec &file, lldb::DataBufferSP &data_sp, in GetModuleSpecifications() argument
/llvm-project/lldb/source/Symbol/
H A DObjectContainer.cpp22 lldb::DataBufferSP data_sp, in ObjectContainer()
36 WritableDataBufferSP data_sp) { in FindPlugin()
H A DObjectFile.cpp38 DataBufferSP data_sp, lldb::offset_t &data_offset) { in CreateObjectFromContainer() argument
55 DataBufferSP &data_sp, lldb::offset_t &data_offset) { in FindPlugin() argument
155 FindPlugin(const lldb::ModuleSP & module_sp,const ProcessSP & process_sp,lldb::addr_t header_addr,WritableDataBufferSP data_sp) FindPlugin() argument
188 DataBufferSP data_sp; IsObjectFile() local
200 GetModuleSpecifications(const FileSpec & file,lldb::offset_t file_offset,lldb::offset_t file_size,ModuleSpecList & specs,DataBufferSP data_sp) GetModuleSpecifications() argument
222 GetModuleSpecifications(const lldb_private::FileSpec & file,lldb::DataBufferSP & data_sp,lldb::offset_t data_offset,lldb::offset_t file_offset,lldb::offset_t file_size,lldb_private::ModuleSpecList & specs) GetModuleSpecifications() argument
253 ObjectFile(const lldb::ModuleSP & module_sp,const FileSpec * file_spec_ptr,lldb::offset_t file_offset,lldb::offset_t length,lldb::DataBufferSP data_sp,lldb::offset_t data_offset) ObjectFile() argument
459 DataBufferSP data_sp; ReadMemory() local
549 DataBufferSP data_sp( ReadSectionData() local
[all...]
/llvm-project/lldb/include/lldb/Target/
H A DRegisterContext.h46 virtual bool ReadAllRegisterValues(lldb::WritableDataBufferSP &data_sp) { in ReadAllRegisterValues()
50 virtual bool WriteAllRegisterValues(const lldb::DataBufferSP &data_sp) { in WriteAllRegisterValues()
/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.cpp39 ObjectFileJSON::CreateInstance(const ModuleSP &module_sp, DataBufferSP data_sp, in CreateInstance()
98 WritableDataBufferSP data_sp, in CreateMemoryInstance()
105 const FileSpec &file, DataBufferSP &data_sp, offset_t data_offset, in GetModuleSpecifications()
148 ObjectFileJSON::ObjectFileJSON(const ModuleSP &module_sp, DataBufferSP &data_sp, in ObjectFileJSON()
193 bool ObjectFileJSON::MagicBytesMatch(DataBufferSP data_sp, in MagicBytesMatch()
/llvm-project/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
H A DObjectContainerUniversalMachO.cpp37 const lldb::ModuleSP &module_sp, DataBufferSP &data_sp, in CreateInstance()
65 const lldb::ModuleSP &module_sp, DataBufferSP &data_sp, in ObjectContainerUniversalMachO()
180 DataBufferSP data_sp; in GetObjectFile() local
191 const lldb_private::FileSpec &file, lldb::DataBufferSP &data_sp, in GetModuleSpecifications()
/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.cpp95 ObjectFilePDB::CreateInstance(const ModuleSP &module_sp, DataBufferSP data_sp, in CreateInstance()
106 WritableDataBufferSP data_sp, in CreateMemoryInstance()
113 const FileSpec &file, DataBufferSP &data_sp, offset_t data_offset, in GetModuleSpecifications()
161 ObjectFilePDB::ObjectFilePDB(const ModuleSP &module_sp, DataBufferSP &data_sp, in ObjectFilePDB()
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMemory.cpp103 WritableDataBufferSP &data_sp) { in ReadAllRegisterValues()
120 const DataBufferSP &data_sp) { in WriteAllRegisterValues()
136 const lldb::DataBufferSP &data_sp) { in SetAllRegisterData()
H A DRegisterContextDummy.cpp106 lldb::WritableDataBufferSP &data_sp) { in ReadAllRegisterValues()
111 const lldb::DataBufferSP &data_sp) { in WriteAllRegisterValues()
H A DRegisterContextHistory.cpp107 lldb::WritableDataBufferSP &data_sp) { in ReadAllRegisterValues()
112 const lldb::DataBufferSP &data_sp) { in WriteAllRegisterValues()
/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp61 const ModuleSP &module_sp, DataBufferSP data_sp, offset_t data_offset, in CreateInstance()
88 const ModuleSP &module_sp, WritableDataBufferSP data_sp, in CreateMemoryInstance()
94 const FileSpec &file, DataBufferSP &data_sp, offset_t data_offset, in GetModuleSpecifications()
107 DataBufferSP &data_sp, in ObjectFileBreakpad()
/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_arm.cpp58 lldb::WritableDataBufferSP &data_sp) { in ReadAllRegisterValues()
68 const lldb::DataBufferSP &data_sp) { in WriteAllRegisterValues()
H A DRegisterContextPOSIXCore_mips64.cpp75 lldb::WritableDataBufferSP &data_sp) { in ReadAllRegisterValues()
85 const lldb::DataBufferSP &data_sp) { in WriteAllRegisterValues()
H A DRegisterContextPOSIXCore_s390x.cpp80 lldb::WritableDataBufferSP &data_sp) { in ReadAllRegisterValues()
90 const lldb::DataBufferSP &data_sp) { in WriteAllRegisterValues()
H A DRegisterContextPOSIXCore_x86_64.cpp83 lldb::WritableDataBufferSP &data_sp) { in ReadAllRegisterValues()
93 const lldb::DataBufferSP &data_sp) { in WriteAllRegisterValues()
H A DRegisterContextPOSIXCore_powerpc.cpp95 lldb::WritableDataBufferSP &data_sp) { in ReadAllRegisterValues()
105 const lldb::DataBufferSP &data_sp) { in WriteAllRegisterValues()
/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp44 DataBufferSP data_sp, in CreateInstance() argument
55 WritableDataBufferSP data_sp, in CreateMemoryInstance() argument
64 const lldb_private::FileSpec &file, lldb::DataBufferSP &data_sp, in GetModuleSpecifications() argument
213 DataBufferSP data_sp = in ReadSectionData() local
/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp39 static bool ValidateModuleHeader(const DataBufferSP &data_sp) { in ValidateModuleHeader()
92 ObjectFileWasm::CreateInstance(const ModuleSP &module_sp, DataBufferSP data_sp, in CreateInstance()
145 WritableDataBufferSP data_sp, in CreateMemoryInstance()
220 const FileSpec &file, DataBufferSP &data_sp, offset_t data_offset, in GetModuleSpecifications()
231 ObjectFileWasm::ObjectFileWasm(const ModuleSP &module_sp, DataBufferSP data_sp, in ObjectFileWasm()
/llvm-project/lldb/source/API/
H A DSBData.cpp29 SBData::SBData(const lldb::DataExtractorSP &data_sp) : m_opaque_sp(data_sp) {} in SBData()
45 void SBData::SetOpaque(const lldb::DataExtractorSP &data_sp) { in SetOpaque()
395 lldb::DataExtractorSP data_sp( in CreateDataFromCString() local
415 lldb::DataExtractorSP data_sp( in CreateDataFromUInt64Array() local
435 lldb::DataExtractorSP data_sp( in CreateDataFromUInt32Array() local
455 lldb::DataExtractorSP data_sp( in CreateDataFromSInt64Array() local
475 lldb::DataExtractorSP data_sp( in CreateDataFromSInt32Array() local
495 lldb::DataExtractorSP data_sp( in CreateDataFromDoubleArray() local
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DRegisterContextWindows.cpp40 lldb::WritableDataBufferSP &data_sp) { in ReadAllRegisterValues()
52 const lldb::DataBufferSP &data_sp) { in WriteAllRegisterValues()
/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp47 ObjectFileCOFF::CreateInstance(const ModuleSP &module_sp, DataBufferSP data_sp, in CreateInstance()
101 const ModuleSP &module_sp, WritableDataBufferSP data_sp, in CreateMemoryInstance()
108 const FileSpec &file, DataBufferSP &data_sp, offset_t data_offset, in GetModuleSpecifications()
/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD_arm.cpp143 lldb::WritableDataBufferSP &data_sp) { in ReadAllRegisterValues() argument
162 const lldb::DataBufferSP &data_sp) { in WriteAllRegisterValues() argument
[all...]
H A DNativeRegisterContextFreeBSD_mips64.cpp180 lldb::WritableDataBufferSP &data_sp) { in ReadAllRegisterValues() argument
199 const lldb::DataBufferSP &data_sp) { in WriteAllRegisterValues() argument
[all...]
H A DNativeRegisterContextFreeBSD_powerpc.cpp231 lldb::WritableDataBufferSP &data_sp) { in ReadAllRegisterValues() argument
250 const lldb::DataBufferSP &data_sp) { in WriteAllRegisterValues() argument
[all...]

1234