Searched refs:data_byte_size (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/ |
H A D | CompilerType.h | 441 size_t data_byte_size, uint32_t bitfield_bit_size, 446 lldb::offset_t data_offset, size_t data_byte_size, 452 size_t data_byte_size); 467 size_t data_byte_size, Scalar &value,
|
H A D | TypeSystem.h | 387 lldb::offset_t data_offset, size_t data_byte_size, 394 lldb::offset_t data_offset, size_t data_byte_size, 426 size_t data_byte_size) = 0;
|
/openbsd/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/ |
H A D | JITLoaderGDB.cpp | 123 const size_t data_byte_size = in ReadJITEntry() local 127 DataBufferHeap data(data_byte_size, 0); in ReadJITEntry() 130 if (bytes_read != data_byte_size || !error.Success()) in ReadJITEntry()
|
/openbsd/gnu/llvm/lldb/source/Symbol/ |
H A D | CompilerType.cpp | 821 size_t data_byte_size, uint32_t bitfield_bit_size, in DumpValue() argument 827 data_byte_offset, data_byte_size, in DumpValue() 849 size_t data_byte_size) { in DumpSummary() argument 853 data_byte_size); in DumpSummary() 880 size_t data_byte_size, Scalar &value, in GetValueAsScalar() argument
|
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.h | 974 lldb::offset_t data_offset, size_t data_byte_size, 981 lldb::offset_t data_offset, size_t data_byte_size, 987 lldb::offset_t data_offset, size_t data_byte_size) override;
|
H A D | TypeSystemClang.cpp | 8596 lldb::offset_t data_byte_offset, size_t data_byte_size, in DumpValue() argument 8762 &offset, data_byte_size, bitfield_bit_size, bitfield_bit_offset); in DumpValue() 8957 DumpDataExtractor(data, s, data_byte_offset, format, data_byte_size, 1, in DumpValue() 8962 DumpSummary(type, exe_ctx, s, data, data_byte_offset, data_byte_size); in DumpValue() 9176 size_t data_byte_size) { in DumpSummary() argument 9183 lldb::addr_t pointer_address = data.GetMaxU64(&offset, data_byte_size); in DumpSummary()
|
/openbsd/gnu/llvm/lldb/bindings/interface/ |
H A D | SBTarget.i | 1081 …data_byte_size = property(GetDataByteSize, None, doc='''A read only property that returns the size…
|
/openbsd/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/ |
H A D | DisassemblerLLVMC.cpp | 1600 const size_t data_byte_size = data.GetByteSize(); in DecodeInstructions() local 1604 while (data_cursor < data_byte_size && in DecodeInstructions()
|