Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
H A DObjectContainerMachOFileset.cpp37 const lldb::ModuleSP &module_sp, lldb::DataBufferSP &data_sp, in ObjectContainerMachOFileset()
44 const lldb::ModuleSP &module_sp, lldb::WritableDataBufferSP data_sp, in ObjectContainerMachOFileset()
51 const lldb::ModuleSP &module_sp, DataBufferSP &data_sp, in CreateInstance()
71 const lldb::ModuleSP &module_sp, lldb::WritableDataBufferSP data_sp, in CreateMemoryInstance()
185 DataBufferSP data_sp = in ParseHeader() local
209 DataBufferSP data_sp = in ParseHeader() local
221 const lldb_private::FileSpec &file, lldb::DataBufferSP &data_sp, in GetModuleSpecifications()
245 bool ObjectContainerMachOFileset::MagicBytesMatch(DataBufferSP data_sp, in MagicBytesMatch()
285 DataBufferSP data_sp; in GetObjectFile() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DObjectFileMinidump.cpp38 const lldb::ModuleSP &module_sp, lldb::DataBufferSP data_sp, in CreateInstance()
45 const lldb::ModuleSP &module_sp, WritableDataBufferSP data_sp, in CreateMemoryInstance()
51 const lldb_private::FileSpec &file, lldb::DataBufferSP &data_sp, in GetModuleSpecifications()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp38 DataBufferSP data_sp, lldb::offset_t &data_offset) { in CreateObjectFromContainer()
55 DataBufferSP &data_sp, lldb::offset_t &data_offset) { in FindPlugin()
155 WritableDataBufferSP data_sp) { in FindPlugin()
188 DataBufferSP data_sp; in IsObjectFile() local
200 DataBufferSP data_sp) { in GetModuleSpecifications()
222 const lldb_private::FileSpec &file, lldb::DataBufferSP &data_sp, in GetModuleSpecifications()
253 lldb::DataBufferSP data_sp, lldb::offset_t data_offset) in ObjectFile()
459 DataBufferSP data_sp; in ReadMemory() local
549 DataBufferSP data_sp( in ReadSectionData() local
H A DObjectContainer.cpp22 lldb::DataBufferSP data_sp, in ObjectContainer()
36 WritableDataBufferSP data_sp) { in FindPlugin()
/freebsd/contrib/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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.cpp95 ObjectFilePDB::CreateInstance(const ModuleSP &module_sp, DataBufferSP data_sp, in CreateInstance() argument
106 WritableDataBufferSP data_sp, in CreateMemoryInstance() argument
113 const FileSpec &file, DataBufferSP &data_sp, offset_t data_offset, in GetModuleSpecifications() argument
161 ObjectFilePDB::ObjectFilePDB(const ModuleSP &module_sp, DataBufferSP &data_sp, in ObjectFilePDB() argument
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContext.h46 virtual bool ReadAllRegisterValues(lldb::WritableDataBufferSP &data_sp) { in ReadAllRegisterValues() argument
50 virtual bool WriteAllRegisterValues(const lldb::DataBufferSP &data_sp) { in WriteAllRegisterValues() argument
/freebsd/contrib/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()
/freebsd/contrib/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()
H A DRegisterContextThreadMemory.cpp110 lldb::WritableDataBufferSP &data_sp) { in ReadAllRegisterValues()
118 const lldb::DataBufferSP &data_sp) { in WriteAllRegisterValues()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp48 CreateInstance(const lldb::ModuleSP & module_sp,DataBufferSP data_sp,lldb::offset_t data_offset,const FileSpec * file,lldb::offset_t file_offset,lldb::offset_t length) CreateInstance() argument
59 CreateMemoryInstance(const lldb::ModuleSP & module_sp,WritableDataBufferSP data_sp,const ProcessSP & process_sp,lldb::addr_t header_addr) CreateMemoryInstance() argument
68 GetModuleSpecifications(const lldb_private::FileSpec & file,lldb::DataBufferSP & data_sp,lldb::offset_t data_offset,lldb::offset_t file_offset,lldb::offset_t length,lldb_private::ModuleSpecList & specs) GetModuleSpecifications() argument
217 DataBufferSP data_sp = ReadSectionData() local
/freebsd/contrib/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()
/freebsd/contrib/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()
/freebsd/contrib/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
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp47 ObjectFileCOFF::CreateInstance(const ModuleSP &module_sp, DataBufferSP data_sp, in CreateInstance() argument
101 CreateMemoryInstance(const ModuleSP & module_sp,WritableDataBufferSP data_sp,const ProcessSP & process_sp,addr_t header) CreateMemoryInstance() argument
108 GetModuleSpecifications(const FileSpec & file,DataBufferSP & data_sp,offset_t data_offset,offset_t file_offset,offset_t length,ModuleSpecList & specs) GetModuleSpecifications() argument
[all...]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD_arm.cpp143 lldb::WritableDataBufferSP &data_sp) { in ReadAllRegisterValues()
162 const lldb::DataBufferSP &data_sp) { in WriteAllRegisterValues()
H A DNativeRegisterContextFreeBSD_mips64.cpp180 lldb::WritableDataBufferSP &data_sp) { in ReadAllRegisterValues()
199 const lldb::DataBufferSP &data_sp) { in WriteAllRegisterValues()
H A DNativeRegisterContextFreeBSD_powerpc.cpp231 lldb::WritableDataBufferSP &data_sp) { in ReadAllRegisterValues()
250 const lldb::DataBufferSP &data_sp) { in WriteAllRegisterValues()
H A DNativeRegisterContextFreeBSD_arm64.cpp172 lldb::WritableDataBufferSP &data_sp) { in ReadAllRegisterValues()
191 const lldb::DataBufferSP &data_sp) { in WriteAllRegisterValues()

123