Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp114 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()
170 m_flags = extractor.GetU32_unchecked(&cursor); in Read()
174 m_reserved = extractor.GetU32_unchecked(&cursor); in Read()
263 m_count = extractor.GetU32_unchecked(&cursor); in Read()
337 m_entsize = extractor.GetU32_unchecked(&cursor); in Read()
338 m_count = extractor.GetU32_unchecked(&cursor); in Read()
364 m_size = extractor.GetU32_unchecked(&cursor); in Read()
421 m_entsize = extractor.GetU32_unchecked(&cursor); in Read()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugRanges.cpp19 llvm::DWARFDataExtractor extractor = in Extract() local
24 if (auto error = extracted_list.extract(extractor, &current_offset)) { in Extract()
32 while (extractor.isValidOffset(current_offset) && extract_next_list()) { in Extract()
/freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanTracer.cpp155 DataExtractor extractor(buffer, sizeof(buffer), m_process.GetByteOrder(), in Log() local
160 disassembler->DecodeInstructions(pc_addr, extractor, 0, 1, false, in Log()
163 disassembler->DecodeInstructions(Address(pc), extractor, 0, 1, false, in Log()
H A DTargetProperties.td69 def DynamicClassInfoHelper: Property<"objc-dynamic-class-extractor", "Enum">,
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp339 DataExtractor extractor(buffer_sp, process_sp->GetByteOrder(), in Update() local
342 "pair", extractor, valobj_sp->GetExecutionContextRef(), in Update()
500 DataExtractor extractor(buffer_sp, process_sp->GetByteOrder(), in Update() local
503 "pair", extractor, valobj_sp->GetExecutionContextRef(), tree_node_type); in Update()
857 DataExtractor extractor; in LibcxxWStringSummaryProvider() local
858 const size_t bytes_read = location_sp->GetPointeeData(extractor, 0, size); in LibcxxWStringSummaryProvider()
873 options.SetData(std::move(extractor)); in LibcxxWStringSummaryProvider()
941 DataExtractor extractor; in LibcxxStringSummaryProvider() local
942 const size_t bytes_read = location_sp->GetPointeeData(extractor, 0, size); in LibcxxStringSummaryProvider()
946 options.SetData(std::move(extractor)); in LibcxxStringSummaryProvider()
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1983 StringExtractor extractor; in DecodeProcessInfoResponse() local
2016 StringExtractor extractor(value); in DecodeProcessInfoResponse() local
2021 StringExtractor extractor(value); in DecodeProcessInfoResponse() local
2025 extractor.GetHexByteString(name); in DecodeProcessInfoResponse()
2124 StringExtractor extractor; in GetCurrentProcessInfo() local
2625 StringExtractor extractor(value); in LaunchGDBServer() local
3796 StringExtractor extractor(value); in GetModuleInfo() local
3798 extractor.GetHexByteString(uuid); in GetModuleInfo()
3801 StringExtractor extractor(value); in GetModuleInfo() local
3814 StringExtractor extractor(value); in GetModuleInfo() local
[all …]
H A DGDBRemoteCommunicationServerCommon.cpp344 StringExtractor extractor(value); in Handle_qfProcessInfo() local
346 extractor.GetHexByteString(file); in Handle_qfProcessInfo()
H A DProcessGDBRemote.cpp3658 StringExtractor extractor(desc_str); in AsyncThread() local
3659 extractor.GetHexByteString(desc_string); in AsyncThread()
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRMemoryMap.h71 void GetMemoryData(DataExtractor &extractor, lldb::addr_t process_address,
/freebsd-14.2/sys/contrib/zlib/contrib/
H A DREADME.contrib53 A very simple tar.gz file extractor using zlib
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptParser.td256 class ValueExtractor<code extractor> { code ValueExtractor = extractor; }
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp856 lldb_private::DataExtractor extractor(buffer, byte_order, address_size, in CreateDWARFExpression() local
858 DWARFExpression result(extractor); in CreateDWARFExpression()
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dandroid43 # android-backup-extractor/perl/backupencrypt.pl
H A Dmsdos633 # TELVOX Teleinformatica CODEC self-extractor for OS/2:
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1424 DataExtractorSP extractor(*data); in CreateValueFromData() local
1428 new_value_sp = ValueObject::CreateValueObjectFromData(name, *extractor, in CreateValueFromData()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp5301 DataExtractor extractor(ObjectFile::getData(), true, 0); in ReadULEB128s() local
5305 while (uint64_t delta = extractor.getULEB128(&offset)) { in ReadULEB128s()
/freebsd-14.2/sys/contrib/zlib/
H A DChangeLog1330 A very simple tar.gz file extractor using zlib
/freebsd-14.2/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