| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCClassDescriptorV2.cpp | 62 DataExtractor extractor(objc_class_buf.GetBytes(), objc_class_size, in Read() local 68 m_isa = extractor.GetAddress_unchecked(&cursor); // uintptr_t isa; in Read() 69 m_superclass = extractor.GetAddress_unchecked(&cursor); // Class superclass; in Read() 70 m_cache_ptr = extractor.GetAddress_unchecked(&cursor); // void *cache; in Read() 71 m_vtable_ptr = extractor.GetAddress_unchecked(&cursor); // IMP *vtable; in Read() 73 extractor.GetAddress_unchecked(&cursor); // uintptr_t data_NEVER_USE; in Read() 107 DataExtractor extractor(buffer.GetBytes(), size, process->GetByteOrder(), in Read() local 112 m_flags = extractor.GetU32_unchecked(&cursor); in Read() 113 m_version = extractor.GetU32_unchecked(&cursor); in Read() 114 m_ro_ptr = extractor.GetAddress_unchecked(&cursor); in Read() [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/ |
| H A D | SystemRuntimeMacOSX.cpp | 487 DataExtractor extractor(data.GetBytes(), data.GetByteSize(), in GetExtendedBacktraceThread() local 490 ItemInfo item = ExtractItemInfoFromBuffer(extractor); in GetExtendedBacktraceThread() 568 DataExtractor extractor(data.GetBytes(), data.GetByteSize(), in GetExtendedBacktraceFromItemRef() local 571 ItemInfo item = ExtractItemInfoFromBuffer(extractor); in GetExtendedBacktraceFromItemRef() 811 DataExtractor extractor(data.GetBytes(), data.GetByteSize(), in GetPendingItemRefsForQueue() local 832 uint32_t version = extractor.GetU32(&offset); in GetPendingItemRefsForQueue() 835 uint32_t item_size = extractor.GetU32(&offset); in GetPendingItemRefsForQueue() 841 item.item_ref = extractor.GetAddress(&offset); in GetPendingItemRefsForQueue() 842 item.code_address = extractor.GetAddress(&offset); in GetPendingItemRefsForQueue() 852 item.item_ref = extractor.GetAddress(&offset); in GetPendingItemRefsForQueue() [all …]
|
| H A D | SystemRuntimeMacOSX.h | 261 ItemInfo ExtractItemInfoFromBuffer(lldb_private::DataExtractor &extractor);
|
| /openbsd-src/gnu/llvm/libcxx/utils/libcxx/sym_check/ |
| H A D | extract.py | 295 extractor = AIXDumpExtractor(static_lib=static_lib) 297 extractor = ReadElfExtractor(static_lib=static_lib) 299 extractor = NMExtractor(static_lib=static_lib) 300 return extractor.extract(lib_file)
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxx.cpp | 335 DataExtractor extractor(buffer_sp, process_sp->GetByteOrder(), in Update() local 338 "pair", extractor, valobj_sp->GetExecutionContextRef(), in Update() 497 DataExtractor extractor(buffer_sp, process_sp->GetByteOrder(), in Update() local 500 "pair", extractor, valobj_sp->GetExecutionContextRef(), tree_node_type); in Update() 850 DataExtractor extractor; in LibcxxWStringSummaryProvider() local 851 const size_t bytes_read = location_sp->GetPointeeData(extractor, 0, size); in LibcxxWStringSummaryProvider() 866 options.SetData(std::move(extractor)); in LibcxxWStringSummaryProvider() 934 DataExtractor extractor; in LibcxxStringSummaryProvider() local 935 const size_t bytes_read = location_sp->GetPointeeData(extractor, 0, size); in LibcxxStringSummaryProvider() 939 options.SetData(std::move(extractor)); in LibcxxStringSummaryProvider()
|
| /openbsd-src/gnu/llvm/lldb/source/Expression/ |
| H A D | IRMemoryMap.cpp | 728 DataExtractor extractor(buf.GetBytes(), buf.GetByteSize(), GetByteOrder(), in ReadScalarFromMemory() local 740 scalar = extractor.GetU8(&offset); in ReadScalarFromMemory() 743 scalar = extractor.GetU16(&offset); in ReadScalarFromMemory() 746 scalar = extractor.GetU32(&offset); in ReadScalarFromMemory() 749 scalar = extractor.GetU64(&offset); in ReadScalarFromMemory() 773 void IRMemoryMap::GetMemoryData(DataExtractor &extractor, in GetMemoryData() argument 818 extractor = DataExtractor(allocation.m_data.GetBytes() + offset, size, in GetMemoryData() 830 extractor = DataExtractor(allocation.m_data.GetBytes() + offset, size, in GetMemoryData()
|
| H A D | IRExecutionUnit.cpp | 191 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 D | Materializer.cpp | 704 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()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDB.cpp | 133 DataExtractor extractor(data.GetBytes(), data.GetByteSize(), in ReadJITEntry() local 136 entry->next_entry = extractor.GetAddress(&offset); in ReadJITEntry() 137 entry->prev_entry = extractor.GetAddress(&offset); in ReadJITEntry() 138 entry->symfile_addr = extractor.GetAddress(&offset); in ReadJITEntry() 140 entry->symfile_size = extractor.GetU64(&offset); in ReadJITEntry()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/ |
| H A D | ProxySubs.pm | 127 my $extractor = $type_from_struct{$type}; 129 unless defined $extractor; 137 return sprintf <<"EOBOOT", &$generator(&$extractor($iterator)); 146 return sprintf <<"EOBOOT", &$generator(&$extractor($iterator));
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/ |
| H A D | AdbClient.cpp | 525 DataExtractor extractor(&buffer[0], buffer.size(), eByteOrderLittle, in internalStat() local 529 const void *command = extractor.GetData(&offset, stat_len); in internalStat() 536 mode = extractor.GetU32(&offset); in internalStat() 537 size = extractor.GetU32(&offset); in internalStat() 538 mtime = extractor.GetU32(&offset); in internalStat() 609 DataExtractor extractor(&buffer[4], 4, eByteOrderLittle, sizeof(void *)); in ReadSyncHeader() local 611 data_len = extractor.GetU32(&offset); in ReadSyncHeader()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | ThreadPlanTracer.cpp | 155 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()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | DWARFLocationExpression.cpp | 125 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()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.cpp | 1227 StringExtractor extractor(value); in GetHostInfo() local 1228 extractor.GetHexByteString(triple); in GetHostInfo() 1231 StringExtractor extractor(value); in GetHostInfo() local 1232 extractor.GetHexByteString(distribution_id); in GetHostInfo() 1235 StringExtractor extractor(value); in GetHostInfo() local 1236 extractor.GetHexByteString(m_os_build); in GetHostInfo() 1239 StringExtractor extractor(value); in GetHostInfo() local 1240 extractor.GetHexByteString(m_hostname); in GetHostInfo() 1243 StringExtractor extractor(value); in GetHostInfo() local 1244 extractor.GetHexByteString(m_os_kernel); in GetHostInfo() [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBLocationToDWARFExpression.cpp | 177 DataExtractor extractor(buffer, byte_order, address_size, byte_size); in ConvertPDBLocationToDWARFExpression() local 178 DWARFExpression result(extractor); in ConvertPDBLocationToDWARFExpression()
|
| /openbsd-src/gnu/usr.bin/perl/dist/Filter-Simple/lib/Filter/ |
| H A D | Simple.pm | 122 my $extractor = qr/\Q$;\E(.{4})\Q$;\E/s; 128 s/$extractor/${$components[unpack('N',$1)]}/g;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
| H A D | DynamicLoaderDarwinKernel.cpp | 1352 DataExtractor extractor(data.GetBytes(), data.GetByteSize(), endian, in ReadKextSummaries() local 1357 extractor.ValidOffsetForDataOfSize(kext_summary_offset, in ReadKextSummaries() 1362 extractor.GetData(&offset, KERNEL_MODULE_MAX_NAME); in ReadKextSummaries() 1366 UUID uuid(extractor.GetData(&offset, 16), 16); in ReadKextSummaries() 1368 image_infos[i].SetLoadAddress(extractor.GetU64(&offset)); in ReadKextSummaries() 1369 image_infos[i].SetSize(extractor.GetU64(&offset)); in ReadKextSummaries()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | method.c | 822 synthesize_exception_spec (type, extractor, client) in synthesize_exception_spec() argument 824 tree (*extractor) (tree, void *); 835 tree fn = (*extractor) (base, client); 855 fn = (*extractor) (type, client);
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | JSONCompilationDatabase.rst | 44 `this extractor extension 45 <https://github.com/hedronvision/bazel-compile-commands-extractor>`_.
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Expression/ |
| H A D | IRMemoryMap.h | 71 void GetMemoryData(DataExtractor &extractor, lldb::addr_t process_address,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| H A D | ProcessKDP.cpp | 903 StringExtractor extractor(ascii_hex_bytes_cstr); in DoExecute() local 905 extractor.GetStringRef().size(); in DoExecute() 914 if (extractor.GetHexBytes(payload_bytes, '\xdd') != in DoExecute()
|
| H A D | CommunicationKDP.h | 198 const lldb_private::DataExtractor &extractor);
|
| H A D | CommunicationKDP.cpp | 718 DataExtractor extractor(data, data_len, m_byte_order, m_addr_byte_size); in DumpPacket() local 719 DumpPacket(s, extractor); in DumpPacket()
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | method.c | 824 synthesize_exception_spec (tree type, tree (*extractor) (tree, void*), in synthesize_exception_spec() 835 tree fn = (*extractor) (BINFO_TYPE (base_binfo), client); in synthesize_exception_spec() 855 fn = (*extractor) (type, client); in synthesize_exception_spec()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Option/ |
| H A D | OptParser.td | 241 class ValueExtractor<code extractor> { code ValueExtractor = extractor; }
|