Home
last modified time | relevance | path

Searched refs:data_byte_size (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h367 size_t data_byte_size, uint32_t bitfield_bit_size,
372 lldb::offset_t data_offset, size_t data_byte_size,
378 size_t data_byte_size);
393 size_t data_byte_size, Scalar &value,
H A DTypeSystem.h370 lldb::offset_t data_offset, size_t data_byte_size,
377 lldb::offset_t data_offset, size_t data_byte_size,
403 size_t data_byte_size) = 0;
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp726 size_t data_byte_size, uint32_t bitfield_bit_size, in DumpValue() argument
732 data_byte_size, bitfield_bit_size, in DumpValue()
753 size_t data_byte_size) { in DumpSummary() argument
756 data_byte_size); in DumpSummary()
782 size_t data_byte_size, Scalar &value, in GetValueAsScalar() argument
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp126 const size_t data_byte_size = in ReadJITEntry() local
130 DataBufferHeap data(data_byte_size, 0); in ReadJITEntry()
133 if (bytes_read != data_byte_size || !error.Success()) in ReadJITEntry()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h962 lldb::offset_t data_offset, size_t data_byte_size,
969 lldb::offset_t data_offset, size_t data_byte_size,
975 lldb::offset_t data_offset, size_t data_byte_size) override;
H A DTypeSystemClang.cpp8419 lldb::offset_t data_byte_offset, size_t data_byte_size, in DumpValue() argument
8585 &offset, data_byte_size, bitfield_bit_size, bitfield_bit_offset); in DumpValue()
8780 DumpDataExtractor(data, s, data_byte_offset, format, data_byte_size, 1, in DumpValue()
8785 DumpSummary(type, exe_ctx, s, data, data_byte_offset, data_byte_size); in DumpValue()
8997 size_t data_byte_size) { in DumpSummary() argument
9004 lldb::addr_t pointer_address = data.GetMaxU64(&offset, data_byte_size); in DumpSummary()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i1075data_byte_size = property(GetDataByteSize, None, doc='''A read only property that returns the size…
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1210 const size_t data_byte_size = data.GetByteSize(); in DecodeInstructions() local
1214 while (data_cursor < data_byte_size && in DecodeInstructions()