Home
last modified time | relevance | path

Searched refs:extractor (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp64 DataExtractor extractor(objc_class_buf.GetBytes(), objc_class_size, in Read() local
70 m_isa = extractor.GetAddress_unchecked(&cursor); // uintptr_t isa; in Read()
71 m_superclass = extractor.GetAddress_unchecked(&cursor); // Class superclass; in Read()
72 m_cache_ptr = extractor.GetAddress_unchecked(&cursor); // void *cache; in Read()
73 m_vtable_ptr = extractor.GetAddress_unchecked(&cursor); // IMP *vtable; in Read()
75 extractor.GetAddress_unchecked(&cursor); // uintptr_t data_NEVER_USE; in Read()
109 DataExtractor extractor(buffer.GetBytes(), size, process->GetByteOrder(), in Read() local
114 m_flags = extractor.GetU32_unchecked(&cursor); in Read()
115 m_version = extractor.GetU32_unchecked(&cursor); in Read()
116 m_ro_ptr = extractor.GetAddress_unchecked(&cursor); in Read()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugRanges.cpp19 llvm::DWARFDataExtractor extractor = in Extract()
24 if (auto error = extracted_list.extract(extractor, &current_offset)) { in Extract()
32 while (extractor.isValidOffset(current_offset) && extract_next_list()) { in Extract()
18 llvm::DWARFDataExtractor extractor = Extract() local
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp753 DataExtractor extractor(buf.GetBytes(), buf.GetByteSize(), GetByteOrder(), in ReadScalarFromMemory() local
765 scalar = extractor.GetU8(&offset); in ReadScalarFromMemory()
768 scalar = extractor.GetU16(&offset); in ReadScalarFromMemory()
771 scalar = extractor.GetU32(&offset); in ReadScalarFromMemory()
774 scalar = extractor.GetU64(&offset); in ReadScalarFromMemory()
798 void IRMemoryMap::GetMemoryData(DataExtractor &extractor, in GetMemoryData() argument
843 extractor = DataExtractor(allocation.m_data.GetBytes() + offset, size, in GetMemoryData()
855 extractor = DataExtractor(allocation.m_data.GetBytes() + offset, size, in GetMemoryData()
H A DIRExecutionUnit.cpp191 DataExtractor extractor(buffer_sp, process->GetByteOrder(), in DisassembleFunction() local
196 extractor.PutToLog(log, 0, extractor.GetByteSize(), func_remote_addr, 16, in DisassembleFunction()
200 disassembler_sp->DecodeInstructions(Address(func_remote_addr), extractor, 0, in DisassembleFunction()
H A DMaterializer.cpp704 DataExtractor extractor(data.GetBytes(), data.GetByteSize(), in DumpToLog() local
712 ptr = extractor.GetAddress(&offset); in DumpToLog()
1125 DataExtractor extractor(data.GetBytes(), data.GetByteSize(), in DumpToLog() local
1133 ptr = extractor.GetAddress(&offset); in DumpToLog()
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp136 DataExtractor extractor(data.GetBytes(), data.GetByteSize(), in ReadJITEntry() local
139 entry->next_entry = extractor.GetAddress(&offset); in ReadJITEntry()
140 entry->prev_entry = extractor.GetAddress(&offset); in ReadJITEntry()
141 entry->symfile_addr = extractor.GetAddress(&offset); in ReadJITEntry()
143 entry->symfile_size = extractor.GetU64(&offset); in ReadJITEntry()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanTracer.cpp155 DataExtractor extractor(buffer, sizeof(buffer), m_process.GetByteOrder(), in Log()
160 disassembler->DecodeInstructions(pc_addr, extractor, 0, 1, false, in Log()
163 disassembler->DecodeInstructions(Address(pc), extractor, 0, 1, false, in Log()
156 DataExtractor extractor(buffer, sizeof(buffer), m_process.GetByteOrder(), Log() local
H A DTargetProperties.td69 def DynamicClassInfoHelper: Property<"objc-dynamic-class-extractor", "Enum">,
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp125 DataExtractor extractor(buffer, byte_order, address_size, byte_size); in MakeLocationExpressionInternal() local
126 DWARFExpression result(extractor); in MakeLocationExpressionInternal()
255 DataExtractor extractor(buffer, lldb::eByteOrderLittle, address_size); in MakeConstantLocationExpression() local
256 DWARFExpression result(extractor); in MakeConstantLocationExpression()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1245 StringExtractor extractor(value); in GetHostInfo() local
1246 extractor.GetHexByteString(triple); in GetHostInfo()
1249 StringExtractor extractor(value); in GetHostInfo() local
1250 extractor.GetHexByteString(m_host_distribution_id); in GetHostInfo()
1253 StringExtractor extractor(value); in GetHostInfo() local
1254 extractor.GetHexByteString(m_os_build); in GetHostInfo()
1257 StringExtractor extractor(value); in GetHostInfo() local
1258 extractor.GetHexByteString(m_hostname); in GetHostInfo()
1261 StringExtractor extractor(value); in GetHostInfo() local
1262 extractor.GetHexByteString(m_os_kernel); in GetHostInfo()
[all …]
H A DGDBRemoteCommunicationServerCommon.cpp344 StringExtractor extractor(value); in Handle_qfProcessInfo() local
346 extractor.GetHexByteString(file); in Handle_qfProcessInfo()
H A DProcessGDBRemote.cpp3669 StringExtractor extractor(desc_str); in AsyncThread() local
3670 extractor.GetHexByteString(desc_string); in AsyncThread()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp177 DataExtractor extractor(buffer, byte_order, address_size, byte_size); in ConvertPDBLocationToDWARFExpression() local
178 DWARFExpression result(extractor); in ConvertPDBLocationToDWARFExpression()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp523 DataExtractor extractor; in LibcxxWStringSummaryProvider() local
524 const size_t bytes_read = location_sp->GetPointeeData(extractor, 0, size); in LibcxxWStringSummaryProvider()
539 options.SetData(std::move(extractor)); in LibcxxWStringSummaryProvider()
607 DataExtractor extractor; in LibcxxStringSummaryProvider() local
608 const size_t bytes_read = location_sp->GetPointeeData(extractor, 0, size); in LibcxxStringSummaryProvider()
612 options.SetData(std::move(extractor)); in LibcxxStringSummaryProvider()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRMemoryMap.h71 void GetMemoryData(DataExtractor &extractor, lldb::addr_t process_address,
/freebsd/sys/contrib/zlib/contrib/
H A DREADME.contrib53 A very simple tar.gz file extractor using zlib
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptParser.td268 class ValueExtractor<code extractor> { code ValueExtractor = extractor; }
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp858 lldb_private::DataExtractor extractor(buffer, byte_order, address_size, in CreateDWARFExpression() local
860 DWARFExpression result(extractor); in CreateDWARFExpression()
/freebsd/contrib/file/magic/Magdir/
H A Dandroid43 # android-backup-extractor/perl/backupencrypt.pl
H A Dmsdos974 # TELVOX Teleinformatica CODEC self-extractor for OS/2:
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1431 DataExtractorSP extractor(*data); in CreateValueFromData() local
1435 new_value_sp = ValueObject::CreateValueObjectFromData(name, *extractor, in CreateValueFromData()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp5305 DataExtractor extractor(ObjectFile::getData(), true, 0); in ReadULEB128s() local
5309 while (uint64_t delta = extractor.getULEB128(&offset)) { in ReadULEB128s()
/freebsd/sys/contrib/zlib/
H A DChangeLog1330 A very simple tar.gz file extractor using zlib
/freebsd/share/dict/
H A Dweb2a5310 benzol extractor
13754 copper extractor
18018 drill extractor
18575 dust extractor
25917 grease extractor
28941 honey extractor
37919 oil extractor
60702 stump extractor
62433 tap extractor
74807 wool extractor
H A Dweb267386 extractor