reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
18598   lldb::offset_t arg3 ;
18645   lldb::offset_t arg3 ;
18692   lldb::offset_t arg3 ;
18739   lldb::offset_t arg3 ;
18786   lldb::offset_t arg3 ;
18833   lldb::offset_t arg3 ;
18880   lldb::offset_t arg3 ;
18927   lldb::offset_t arg3 ;
18974   lldb::offset_t arg3 ;
19021   lldb::offset_t arg3 ;
19068   lldb::offset_t arg3 ;
19115   lldb::offset_t arg3 ;
19162   lldb::offset_t arg3 ;
19256   lldb::offset_t arg3 ;
tools/lldb/include/lldb/API/SBData.h
   42   float GetFloat(lldb::SBError &error, lldb::offset_t offset);
   44   double GetDouble(lldb::SBError &error, lldb::offset_t offset);
   46   long double GetLongDouble(lldb::SBError &error, lldb::offset_t offset);
   48   lldb::addr_t GetAddress(lldb::SBError &error, lldb::offset_t offset);
   50   uint8_t GetUnsignedInt8(lldb::SBError &error, lldb::offset_t offset);
   52   uint16_t GetUnsignedInt16(lldb::SBError &error, lldb::offset_t offset);
   54   uint32_t GetUnsignedInt32(lldb::SBError &error, lldb::offset_t offset);
   56   uint64_t GetUnsignedInt64(lldb::SBError &error, lldb::offset_t offset);
   58   int8_t GetSignedInt8(lldb::SBError &error, lldb::offset_t offset);
   60   int16_t GetSignedInt16(lldb::SBError &error, lldb::offset_t offset);
   62   int32_t GetSignedInt32(lldb::SBError &error, lldb::offset_t offset);
   64   int64_t GetSignedInt64(lldb::SBError &error, lldb::offset_t offset);
   66   const char *GetString(lldb::SBError &error, lldb::offset_t offset);
   68   size_t ReadRawData(lldb::SBError &error, lldb::offset_t offset, void *buf,
tools/lldb/include/lldb/Core/Disassembler.h
  156                         lldb::offset_t data_offset) = 0;
  338                 lldb::offset_t data_offset) override;
  454                                     lldb::offset_t data_offset,
tools/lldb/include/lldb/Core/DumpDataExtractor.h
   81 lldb::offset_t
   82 DumpDataExtractor(const DataExtractor &DE, Stream *s, lldb::offset_t offset,
tools/lldb/include/lldb/Core/MappedHash.h
   90     virtual lldb::offset_t Read(lldb_private::DataExtractor &data,
   91                                 lldb::offset_t offset) {
  166       lldb::offset_t offset = m_header.Read(data, 0);
  221               lldb::offset_t hash_data_offset = GetHashDataOffset(hash_idx);
  223                 const lldb::offset_t prev_hash_data_offset = hash_data_offset;
  280                                       lldb::offset_t *hash_data_offset_ptr,
tools/lldb/include/lldb/Core/Module.h
  113       lldb::offset_t object_offset = 0,
tools/lldb/include/lldb/Core/Section.h
  105           lldb::addr_t vm_size, lldb::offset_t file_offset,
  106           lldb::offset_t file_size, uint32_t log2align, uint32_t flags,
  116           lldb::addr_t vm_size, lldb::offset_t file_offset,
  117           lldb::offset_t file_size, uint32_t log2align, uint32_t flags,
  139   lldb::offset_t GetFileOffset() const { return m_file_offset; }
  141   void SetFileOffset(lldb::offset_t file_offset) {
  145   lldb::offset_t GetFileSize() const { return m_file_size; }
  147   void SetFileSize(lldb::offset_t file_size) { m_file_size = file_size; }
  209   lldb::offset_t GetSectionData(void *dst, lldb::offset_t dst_len,
  209   lldb::offset_t GetSectionData(void *dst, lldb::offset_t dst_len,
  210                                 lldb::offset_t offset = 0);
  225   lldb::offset_t GetSectionData(DataExtractor &data);
  249   lldb::offset_t m_file_offset; // Object file offset (if any)
  250   lldb::offset_t m_file_size;   // Object file size (can be smaller than
tools/lldb/include/lldb/Core/ValueObject.h
  416   virtual lldb::offset_t GetByteOffset() { return 0; }
tools/lldb/include/lldb/Core/ValueObjectChild.h
   35   lldb::offset_t GetByteOffset() override { return m_byte_offset; }
tools/lldb/include/lldb/Expression/DWARFExpression.h
  127   void UpdateValue(uint64_t const_value, lldb::offset_t const_value_byte_size,
  247                                      lldb::offset_t offset);
  269   void DumpLocation(Stream *s, lldb::offset_t offset, lldb::offset_t length,
  269   void DumpLocation(Stream *s, lldb::offset_t offset, lldb::offset_t length,
  273                    lldb::offset_t &offset, lldb::offset_t &len);
  273                    lldb::offset_t &offset, lldb::offset_t &len);
  277       lldb::offset_t *offset_ptr, lldb::addr_t &low_pc, lldb::addr_t &high_pc);
  279   bool GetOpAndEndOffsets(StackFrame &frame, lldb::offset_t &op_offset,
  280                           lldb::offset_t &end_offset);
tools/lldb/include/lldb/Expression/REPL.h
  122   virtual lldb::offset_t GetDesiredIndentation(
tools/lldb/include/lldb/Symbol/ClangASTContext.h
  900                  lldb::offset_t data_offset, size_t data_byte_size,
  907                      lldb::offset_t data_offset, size_t data_byte_size,
  913                    lldb::offset_t data_offset, size_t data_byte_size) override;
tools/lldb/include/lldb/Symbol/CompactUnwindInfo.h
  112   lldb::offset_t
tools/lldb/include/lldb/Symbol/CompilerType.h
  344                  const DataExtractor &data, lldb::offset_t data_offset,
  350                      lldb::offset_t data_offset, size_t data_byte_size,
  355                    const DataExtractor &data, lldb::offset_t data_offset,
  362   bool GetValueAsScalar(const DataExtractor &data, lldb::offset_t data_offset,
tools/lldb/include/lldb/Symbol/DWARFCallFrameInfo.h
  142                                int32_t data_align, lldb::offset_t &offset,
tools/lldb/include/lldb/Symbol/ObjectContainer.h
   38                   lldb::offset_t file_offset, lldb::offset_t length,
   38                   lldb::offset_t file_offset, lldb::offset_t length,
   39                   lldb::DataBufferSP &data_sp, lldb::offset_t data_offset)
tools/lldb/include/lldb/Symbol/ObjectFile.h
  105              lldb::offset_t file_offset, lldb::offset_t length,
  105              lldb::offset_t file_offset, lldb::offset_t length,
  106              const lldb::DataBufferSP &data_sp, lldb::offset_t data_offset);
  152              lldb::offset_t file_offset, lldb::offset_t file_size,
  152              lldb::offset_t file_offset, lldb::offset_t file_size,
  153              lldb::DataBufferSP &data_sp, lldb::offset_t &data_offset);
  176                                         lldb::offset_t file_offset,
  177                                         lldb::offset_t file_size,
  182                                         lldb::offset_t data_offset,
  183                                         lldb::offset_t file_offset,
  184                                         lldb::offset_t file_size,
  616   size_t GetData(lldb::offset_t offset, size_t length,
  621   size_t CopyData(lldb::offset_t offset, size_t length, void *dst) const;
  626                                  lldb::offset_t section_offset, void *dst,
tools/lldb/include/lldb/Symbol/TypeSystem.h
  374                          lldb::offset_t data_offset, size_t data_byte_size,
  381                              lldb::offset_t data_offset, size_t data_byte_size,
  399                            lldb::offset_t data_offset,
tools/lldb/include/lldb/Target/MemoryRegionInfo.h
   27                    OptionalBool flash, lldb::offset_t blocksize)
   65   lldb::offset_t GetBlocksize() const { return m_blocksize; }
   67   void SetBlocksize(lldb::offset_t blocksize) { m_blocksize = blocksize; }
  107   lldb::offset_t m_blocksize = 0;
tools/lldb/include/lldb/Target/ProcessStructReader.h
   89     lldb::offset_t offset = iter->second.offset;
tools/lldb/include/lldb/Utility/DataBuffer.h
   71   virtual lldb::offset_t GetByteSize() const = 0;
tools/lldb/include/lldb/Utility/DataBufferHeap.h
   46   DataBufferHeap(lldb::offset_t n, uint8_t ch);
   55   DataBufferHeap(const void *src, lldb::offset_t src_len);
   70   lldb::offset_t GetByteSize() const override;
   85   lldb::offset_t SetByteSize(lldb::offset_t byte_size);
   85   lldb::offset_t SetByteSize(lldb::offset_t byte_size);
   96   void CopyData(const void *src, lldb::offset_t src_len);
tools/lldb/include/lldb/Utility/DataBufferLLVM.h
   32   lldb::offset_t GetByteSize() const override;
tools/lldb/include/lldb/Utility/DataExtractor.h
   85   DataExtractor(const void *data, lldb::offset_t data_length,
  132   DataExtractor(const DataExtractor &data, lldb::offset_t offset,
  133                 lldb::offset_t length, uint32_t target_byte_size = 1);
  197   lldb::offset_t PutToLog(Log *log, lldb::offset_t offset,
  197   lldb::offset_t PutToLog(Log *log, lldb::offset_t offset,
  198                           lldb::offset_t length, uint64_t base_addr,
  227   size_t ExtractBytes(lldb::offset_t offset, lldb::offset_t length,
  227   size_t ExtractBytes(lldb::offset_t offset, lldb::offset_t length,
  246   uint64_t GetAddress(lldb::offset_t *offset_ptr) const;
  248   uint64_t GetAddress_unchecked(lldb::offset_t *offset_ptr) const;
  283   const char *GetCStr(lldb::offset_t *offset_ptr) const;
  306   const char *GetCStr(lldb::offset_t *offset_ptr, lldb::offset_t len) const;
  306   const char *GetCStr(lldb::offset_t *offset_ptr, lldb::offset_t len) const;
  329   const void *GetData(lldb::offset_t *offset_ptr, lldb::offset_t length) const {
  329   const void *GetData(lldb::offset_t *offset_ptr, lldb::offset_t length) const {
  350   lldb::offset_t CopyData(lldb::offset_t offset, lldb::offset_t length,
  350   lldb::offset_t CopyData(lldb::offset_t offset, lldb::offset_t length,
  350   lldb::offset_t CopyData(lldb::offset_t offset, lldb::offset_t length,
  388   lldb::offset_t CopyByteOrderedData(lldb::offset_t src_offset,
  388   lldb::offset_t CopyByteOrderedData(lldb::offset_t src_offset,
  389                                      lldb::offset_t src_len, void *dst,
  390                                      lldb::offset_t dst_len,
  429   float GetFloat(lldb::offset_t *offset_ptr) const;
  431   double GetDouble(lldb::offset_t *offset_ptr) const;
  433   long double GetLongDouble(lldb::offset_t *offset_ptr) const;
  454   uint32_t GetMaxU32(lldb::offset_t *offset_ptr, size_t byte_size) const;
  477   uint64_t GetMaxU64(lldb::offset_t *offset_ptr, size_t byte_size) const;
  479   uint64_t GetMaxU64_unchecked(lldb::offset_t *offset_ptr,
  503   int64_t GetMaxS64(lldb::offset_t *offset_ptr, size_t byte_size) const;
  539   uint64_t GetMaxU64Bitfield(lldb::offset_t *offset_ptr, size_t size,
  577   int64_t GetMaxS64Bitfield(lldb::offset_t *offset_ptr, size_t size,
  597   uint64_t GetPointer(lldb::offset_t *offset_ptr) const;
  620   uint8_t GetU8(lldb::offset_t *offset_ptr) const;
  622   uint8_t GetU8_unchecked(lldb::offset_t *offset_ptr) const {
  628   uint16_t GetU16_unchecked(lldb::offset_t *offset_ptr) const;
  630   uint32_t GetU32_unchecked(lldb::offset_t *offset_ptr) const;
  632   uint64_t GetU64_unchecked(lldb::offset_t *offset_ptr) const;
  656   void *GetU8(lldb::offset_t *offset_ptr, void *dst, uint32_t count) const;
  672   uint16_t GetU16(lldb::offset_t *offset_ptr) const;
  697   void *GetU16(lldb::offset_t *offset_ptr, void *dst, uint32_t count) const;
  713   uint32_t GetU32(lldb::offset_t *offset_ptr) const;
  738   void *GetU32(lldb::offset_t *offset_ptr, void *dst, uint32_t count) const;
  754   uint64_t GetU64(lldb::offset_t *offset_ptr) const;
  779   void *GetU64(lldb::offset_t *offset_ptr, void *dst, uint32_t count) const;
  797   int64_t GetSLEB128(lldb::offset_t *offset_ptr) const;
  815   uint64_t GetULEB128(lldb::offset_t *offset_ptr) const;
  831   const char *PeekCStr(lldb::offset_t offset) const;
  842   const uint8_t *PeekData(lldb::offset_t offset, lldb::offset_t length) const {
  842   const uint8_t *PeekData(lldb::offset_t offset, lldb::offset_t length) const {
  880   lldb::offset_t SetData(const void *bytes, lldb::offset_t length,
  880   lldb::offset_t SetData(const void *bytes, lldb::offset_t length,
  905   lldb::offset_t SetData(const DataExtractor &data, lldb::offset_t offset,
  905   lldb::offset_t SetData(const DataExtractor &data, lldb::offset_t offset,
  906                          lldb::offset_t length);
  930   lldb::offset_t SetData(const lldb::DataBufferSP &data_sp,
  931                          lldb::offset_t offset = 0,
  932                          lldb::offset_t length = LLDB_INVALID_OFFSET);
  959   uint32_t Skip_LEB128(lldb::offset_t *offset_ptr) const;
  966   bool ValidOffset(lldb::offset_t offset) const {
  975   bool ValidOffsetForDataOfSize(lldb::offset_t offset,
  976                                 lldb::offset_t length) const {
  984   bool Append(void *bytes, lldb::offset_t length);
  986   lldb::offset_t BytesLeft(lldb::offset_t offset) const {
  986   lldb::offset_t BytesLeft(lldb::offset_t offset) const {
  987     const lldb::offset_t size = GetByteSize();
tools/lldb/include/lldb/Utility/RegisterValue.h
  241                           lldb::offset_t offset, bool partial_data_ok);
tools/lldb/include/lldb/lldb-private-interfaces.h
   32     lldb::offset_t data_offset, const FileSpec *file, lldb::offset_t offset,
   32     lldb::offset_t data_offset, const FileSpec *file, lldb::offset_t offset,
   33     lldb::offset_t length);
   36     lldb::offset_t data_offset, lldb::offset_t file_offset,
   36     lldb::offset_t data_offset, lldb::offset_t file_offset,
   37     lldb::offset_t length, ModuleSpecList &module_specs);
   40                                                 lldb::offset_t data_offset,
   42                                                 lldb::offset_t file_offset,
   43                                                 lldb::offset_t length);
tools/lldb/source/API/SBData.cpp
  119 float SBData::GetFloat(lldb::SBError &error, lldb::offset_t offset) {
  135 double SBData::GetDouble(lldb::SBError &error, lldb::offset_t offset) {
  151 long double SBData::GetLongDouble(lldb::SBError &error, lldb::offset_t offset) {
  167 lldb::addr_t SBData::GetAddress(lldb::SBError &error, lldb::offset_t offset) {
  183 uint8_t SBData::GetUnsignedInt8(lldb::SBError &error, lldb::offset_t offset) {
  199 uint16_t SBData::GetUnsignedInt16(lldb::SBError &error, lldb::offset_t offset) {
  215 uint32_t SBData::GetUnsignedInt32(lldb::SBError &error, lldb::offset_t offset) {
  231 uint64_t SBData::GetUnsignedInt64(lldb::SBError &error, lldb::offset_t offset) {
  247 int8_t SBData::GetSignedInt8(lldb::SBError &error, lldb::offset_t offset) {
  263 int16_t SBData::GetSignedInt16(lldb::SBError &error, lldb::offset_t offset) {
  279 int32_t SBData::GetSignedInt32(lldb::SBError &error, lldb::offset_t offset) {
  295 int64_t SBData::GetSignedInt64(lldb::SBError &error, lldb::offset_t offset) {
  311 const char *SBData::GetString(lldb::SBError &error, lldb::offset_t offset) {
  343 size_t SBData::ReadRawData(lldb::SBError &error, lldb::offset_t offset,
tools/lldb/source/Core/Address.cpp
  116       lldb::offset_t offset = 0;
tools/lldb/source/Core/Disassembler.cpp
 1307                                  lldb::offset_t data_offset) {
tools/lldb/source/Core/DumpDataExtractor.cpp
   66                                             lldb::offset_t *offset_ptr,
   67                                             lldb::offset_t byte_size) {
   72   lldb::offset_t bytes_left = byte_size;
   88     lldb::offset_t be_offset = *offset_ptr + byte_size;
   89     lldb::offset_t temp_offset;
  110 static lldb::offset_t DumpAPInt(Stream *s, const DataExtractor &data,
  111                                 lldb::offset_t offset, lldb::offset_t byte_size,
  111                                 lldb::offset_t offset, lldb::offset_t byte_size,
  131 lldb::offset_t lldb_private::DumpDataExtractor(
  132     const DataExtractor &DE, Stream *s, offset_t start_offset,
  148   offset_t offset = start_offset;
  193   lldb::offset_t line_start_offset = start_offset;
tools/lldb/source/Core/EmulateInstruction.cpp
  177       lldb::offset_t offset = 0;
tools/lldb/source/Core/Module.cpp
  220                const ConstString *object_name, lldb::offset_t object_offset,
 1226       lldb::offset_t data_offset = 0;
 1227       const lldb::offset_t file_size =
tools/lldb/source/Core/Section.cpp
  150                  lldb::offset_t file_offset, lldb::offset_t file_size,
  150                  lldb::offset_t file_offset, lldb::offset_t file_size,
  172                  lldb::offset_t file_offset, lldb::offset_t file_size,
  172                  lldb::offset_t file_offset, lldb::offset_t file_size,
  405 lldb::offset_t Section::GetSectionData(void *dst, lldb::offset_t dst_len,
  405 lldb::offset_t Section::GetSectionData(void *dst, lldb::offset_t dst_len,
  406                                        lldb::offset_t offset) {
  412 lldb::offset_t Section::GetSectionData(DataExtractor &section_data) {
tools/lldb/source/Core/ValueObject.cpp
 1560     lldb::offset_t data_offset = 0;
tools/lldb/source/Core/ValueObjectDynamicValue.cpp
  329     lldb::offset_t offset = 0;
tools/lldb/source/Expression/DWARFExpression.cpp
   49   lldb::offset_t offset = addr_base + index * index_size;
   76                                   lldb::offset_t const_value_byte_size,
   87 void DWARFExpression::DumpLocation(Stream *s, lldb::offset_t offset,
   88                                    lldb::offset_t length,
  116     lldb::offset_t offset = 0;
  136         lldb::offset_t location_length = m_data.GetU16(&offset);
  209 static offset_t GetOpcodeDataSize(const DataExtractor &data,
  210                                   const lldb::offset_t data_offset,
  212   lldb::offset_t offset = data_offset;
  422   lldb::offset_t offset = 0;
  445       const offset_t op_arg_size = GetOpcodeDataSize(m_data, offset, op);
  459   lldb::offset_t offset = 0;
  488       const offset_t op_arg_size = GetOpcodeDataSize(m_data, offset, op);
  503   lldb::offset_t offset = 0;
  509     const offset_t op_arg_size = GetOpcodeDataSize(m_data, offset, op);
  542   lldb::offset_t offset = 0;
  543   lldb::offset_t const_offset = 0;
  600       const offset_t op_arg_size = GetOpcodeDataSize(m_data, offset, op);
  623     lldb::offset_t offset = 0;
  657                                   lldb::offset_t &offset,
  658                                   lldb::offset_t &length) {
  705   lldb::offset_t offset = 0;
  706   lldb::offset_t length = 0;
  721                                        lldb::offset_t &opcode_offset,
  882     lldb::offset_t param_subexpr_offset = 0;
  946     lldb::offset_t offset = 0;
 1041   lldb::offset_t offset = 0;
 1052     const lldb::offset_t op_offset = offset;
 1279               lldb::offset_t addr_data_offset = 0;
 1796       lldb::offset_t new_offset = offset + skip_offset;
 1825           lldb::offset_t new_offset = offset + bra_offset;
 2660     lldb::offset_t *offset_ptr, lldb::addr_t &low_pc, lldb::addr_t &high_pc) {
 2715                                lldb::offset_t *offset_ptr, int address_size,
 2901   lldb::offset_t offset = 0;
 2917     lldb::offset_t offset) {
 2943                                          lldb::offset_t &op_offset,
 2944                                          lldb::offset_t &end_offset) {
 2957   lldb::offset_t opcodes_offset, opcodes_length;
 2976   lldb::offset_t op_offset;
 2977   lldb::offset_t end_offset;
tools/lldb/source/Expression/IRInterpreter.cpp
  189       lldb::offset_t offset = 0;
tools/lldb/source/Expression/IRMemoryMap.cpp
  735     lldb::offset_t offset = 0;
tools/lldb/source/Expression/Materializer.cpp
  470       lldb::offset_t offset = 0;
  699         lldb::offset_t offset;
  973         lldb::offset_t offset;
tools/lldb/source/Expression/REPL.cpp
  171   lldb::offset_t desired_indent =
tools/lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp
 1734     lldb::offset_t offset = 0;
 1762       lldb::offset_t offset = 0;
tools/lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp
 1890         lldb::offset_t offset = 0;
 2371               lldb::offset_t offset = 0;
tools/lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp
  874     lldb::offset_t offset = 0;
tools/lldb/source/Plugins/ABI/SysV-arc/ABISysV_arc.cpp
  342     offset_t offset = 0;
tools/lldb/source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp
 1877     lldb::offset_t offset = 0;
tools/lldb/source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp
 1862         lldb::offset_t offset = 0;
 2343               lldb::offset_t offset = 0;
tools/lldb/source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp
  363     lldb::offset_t offset = 0;
  371     lldb::offset_t offset = 0;
  595             lldb::offset_t offset = 0;
tools/lldb/source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp
  732     lldb::offset_t offset = 0;
  898       lldb::offset_t offset = 0;
tools/lldb/source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp
  693       lldb::offset_t offset = 0;
  851           lldb::offset_t offset = 0;
  969             offset_t offset = 0;
tools/lldb/source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp
  448     lldb::offset_t offset = 0;
  582               lldb::offset_t offset = 0;
tools/lldb/source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp
  326     lldb::offset_t offset = 0;
  643     offset_t offset = 0;
tools/lldb/source/Plugins/ABI/SysV-s390x/ABISysV_s390x.cpp
  426     lldb::offset_t offset = 0;
  563               lldb::offset_t offset = 0;
tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
  476     lldb::offset_t offset = 0;
  616               lldb::offset_t offset = 0;
tools/lldb/source/Plugins/ABI/Windows-x86_64/ABIWindows_x86_64.cpp
 1309     lldb::offset_t offset = 0;
 1450               lldb::offset_t offset = 0;
tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
  168                 lldb::offset_t data_offset) override {
  328           lldb::offset_t offset = 0;
 1253                                              lldb::offset_t data_offset,
tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.h
   41                             lldb::offset_t data_offset, size_t num_instructions,
tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
  260           offset_t offset = 0;
  274           offset_t offset = 0;
 1103           lldb::offset_t offset = 0;
 1386       lldb::offset_t offset = kext_summary_offset;
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
 1057       lldb::offset_t offset = addr_size; // Skip the first pointer
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
  195         lldb::offset_t offset = 0;
  420     lldb::offset_t offset = 0;
  664     lldb::offset_t info_data_offset = 0;
  765     lldb::offset_t offset = 0;
  827   lldb::offset_t offset = 0;
  839       lldb::offset_t load_cmd_offset = offset;
  869           const lldb::offset_t name_offset =
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
  354                                               lldb::offset_t alignment) {
  459                                            lldb::offset_t &alignment) {
  474                                               lldb::offset_t &offset,
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h
  152                         lldb::offset_t alignment);
  176                      lldb::offset_t &alignment);
  208                         lldb::offset_t &offset, ConstString &name,
  372     lldb::offset_t
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h
  164     lldb::offset_t
  167     lldb::offset_t
tools/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
 1256     lldb::offset_t value_alignment = (*opt_alignment + 7ull) / 8ull;
 1669   lldb::offset_t alignment;
 1763     lldb::offset_t offset;
tools/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
  134   lldb::offset_t offset = 0;
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.cpp
   65   lldb::offset_t cursor = 0;
  104   lldb::offset_t cursor = 0;
  156   lldb::offset_t cursor = 0;
  243   lldb::offset_t cursor = 0;
  266   lldb::offset_t cursor = 0;
  296   lldb::offset_t cursor = 0;
  319   lldb::offset_t cursor = 0;
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
  521     lldb::offset_t data_offset = 0;
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp
  363         lldb::offset_t offset = addr_size; // Skip prototype
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
 1500   lldb::offset_t offset = 0;
 2587           lldb::offset_t offset = 0;
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp
  317   lldb::offset_t offset = 0;
  547     lldb::offset_t offset = 0;
tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
   58 lldb::offset_t
   60                                            lldb::offset_t offset) {
  138                                             lldb::offset_t file_offset,
  148   lldb::offset_t offset = 0;
  199     const llvm::sys::TimePoint<> &time, lldb::offset_t file_offset) {
  239     const llvm::sys::TimePoint<> &time, lldb::offset_t file_offset,
  288     lldb::offset_t data_offset, const FileSpec *file,
  289     lldb::offset_t file_offset, lldb::offset_t length) {
  289     lldb::offset_t file_offset, lldb::offset_t length) {
  318       lldb::offset_t archive_data_offset = 0;
  370     lldb::offset_t data_offset, const lldb_private::FileSpec *file,
  371     lldb::offset_t file_offset, lldb::offset_t size)
  371     lldb::offset_t file_offset, lldb::offset_t size)
  428         lldb::offset_t data_offset = object->file_offset;
  447     lldb::offset_t data_offset, lldb::offset_t file_offset,
  447     lldb::offset_t data_offset, lldb::offset_t file_offset,
  448     lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) {
  479         const lldb::offset_t object_file_offset =
tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h
   28                             lldb::offset_t data_offset,
   30                             lldb::offset_t offset, lldb::offset_t length);
   30                             lldb::offset_t offset, lldb::offset_t length);
   45                  lldb::offset_t data_offset, const lldb_private::FileSpec *file,
   46                  lldb::offset_t offset, lldb::offset_t length);
   46                  lldb::offset_t offset, lldb::offset_t length);
   50                                         lldb::offset_t data_offset,
   51                                         lldb::offset_t file_offset,
   52                                         lldb::offset_t length,
   81     lldb::offset_t Extract(const lldb_private::DataExtractor &data,
   82                            lldb::offset_t offset);
  102     lldb::offset_t file_offset;
  105     lldb::offset_t file_size;
  114             const llvm::sys::TimePoint<> &mod_time, lldb::offset_t file_offset,
  125         const llvm::sys::TimePoint<> &mod_time, lldb::offset_t file_offset);
  129         const llvm::sys::TimePoint<> &mod_time, lldb::offset_t file_offset,
  145     lldb::offset_t GetFileOffset() const { return m_file_offset; }
  164     lldb::offset_t m_file_offset;
tools/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.cpp
   44     lldb::offset_t data_offset, const FileSpec *file,
   45     lldb::offset_t file_offset, lldb::offset_t length) {
   45     lldb::offset_t file_offset, lldb::offset_t length) {
   64   lldb::offset_t offset = 0;
   71     lldb::offset_t data_offset, const FileSpec *file,
   72     lldb::offset_t file_offset, lldb::offset_t length)
   72     lldb::offset_t file_offset, lldb::offset_t length)
   96   lldb::offset_t offset = 0;
  196       lldb::offset_t data_offset = 0;
  214     lldb::offset_t data_offset, lldb::offset_t file_offset,
  214     lldb::offset_t data_offset, lldb::offset_t file_offset,
  215     lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) {
  226         const lldb::offset_t slice_file_offset = fat_arch.offset + file_offset;
tools/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.h
   20                                 lldb::offset_t data_offset,
   22                                 lldb::offset_t offset, lldb::offset_t length);
   22                                 lldb::offset_t offset, lldb::offset_t length);
   37                  lldb::offset_t data_offset, const lldb_private::FileSpec *file,
   38                  lldb::offset_t offset, lldb::offset_t length);
   38                  lldb::offset_t offset, lldb::offset_t length);
   42                                         lldb::offset_t data_offset,
   43                                         lldb::offset_t file_offset,
   44                                         lldb::offset_t length,
tools/lldb/source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.cpp
   63     const ModuleSP &module_sp, DataBufferSP &data_sp, offset_t data_offset,
   64     const FileSpec *file, offset_t file_offset, offset_t length) {
   64     const FileSpec *file, offset_t file_offset, offset_t length) {
   96     const FileSpec &file, DataBufferSP &data_sp, offset_t data_offset,
   97     offset_t file_offset, offset_t length, ModuleSpecList &specs) {
   97     offset_t file_offset, offset_t length, ModuleSpecList &specs) {
  110                                        offset_t data_offset,
  111                                        const FileSpec *file, offset_t offset,
  112                                        offset_t length, ArchSpec arch,
  133   offset_t section_start;
  140     offset_t end_offset = end_ptr - m_data.GetDataStart();
tools/lldb/source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.h
   31                  lldb::offset_t data_offset, const FileSpec *file,
   32                  lldb::offset_t file_offset, lldb::offset_t length);
   32                  lldb::offset_t file_offset, lldb::offset_t length);
   41                                         lldb::offset_t data_offset,
   42                                         lldb::offset_t file_offset,
   43                                         lldb::offset_t length,
   99                      lldb::DataBufferSP &data_sp, lldb::offset_t data_offset,
  100                      const FileSpec *file, lldb::offset_t offset,
  101                      lldb::offset_t length, ArchSpec arch, UUID uuid);
tools/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp
   26                       lldb::offset_t *offset, uint64_t *value,
   28   const lldb::offset_t saved_offset = *offset;
   34                       lldb::offset_t *offset, uint64_t *value,
   36   lldb::offset_t saved_offset = *offset;
   48                       lldb::offset_t *offset, int64_t *value,
   50   const lldb::offset_t saved_offset = *offset;
   56                       lldb::offset_t *offset, int64_t *value,
   58   lldb::offset_t saved_offset = *offset;
   99   lldb::offset_t offset = 0;
  115                       lldb::offset_t *offset) {
  223                              lldb::offset_t *offset) {
  320                       lldb::offset_t *offset) {
  363                              lldb::offset_t *offset) {
  401                        lldb::offset_t *offset) {
  411                    lldb::offset_t *offset) {
  423                     lldb::offset_t *offset) {
tools/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.h
  128   bool Parse(lldb_private::DataExtractor &data, lldb::offset_t *offset);
  187   bool Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset);
  219   bool Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset);
  267   bool Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset);
  300   bool Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset);
  325   bool Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset);
  367   bool Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset);
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  101   bool Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset);
  144                           lldb::offset_t *offset) {
  211 bool ELFNote::Parse(const DataExtractor &data, lldb::offset_t *offset) {
  329                                           lldb::offset_t data_offset,
  331                                           lldb::offset_t file_offset,
  332                                           lldb::offset_t length) {
  495     lldb::offset_t data_offset, lldb::offset_t file_offset,
  495     lldb::offset_t data_offset, lldb::offset_t file_offset,
  496     lldb::offset_t length, lldb_private::ModuleSpecList &specs) {
  505     lldb::offset_t header_offset = data_offset;
  548             lldb::offset_t header_offset = data_offset;
  628                              DataBufferSP &data_sp, lldb::offset_t data_offset,
  629                              const FileSpec *file, lldb::offset_t file_offset,
  630                              lldb::offset_t length)
  741   lldb::offset_t offset = 0;
  933     const lldb::offset_t section_size = dynsym_data.GetByteSize();
  934     lldb::offset_t offset = 0;
  979   lldb::offset_t offset;
 1003   lldb::offset_t offset = 0;
 1007     const lldb::offset_t note_offset = offset;
 1235   lldb::offset_t Offset = 0;
 1380   lldb::offset_t offset;
 1414               lldb::offset_t offset = 12; // MIPS ABI Flags Version: 0
 1485             lldb::offset_t gnu_debuglink_offset = 0;
 1939   lldb::offset_t offset = 0;
 2327     const lldb::offset_t section_size = dynsym_data.GetByteSize();
 2328     lldb::offset_t cursor = 0;
 2417   lldb::offset_t offset = 0;
 2445     lldb::offset_t symbol_offset = reloc_symbol(rel) * sym_hdr->sh_entsize;
 3294                        lldb::offset_t section_offset, void *dst,
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
   45   bool Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset);
   70                  lldb::offset_t data_offset, const lldb_private::FileSpec *file,
   71                  lldb::offset_t file_offset, lldb::offset_t length);
   71                  lldb::offset_t file_offset, lldb::offset_t length);
   79                                         lldb::offset_t data_offset,
   80                                         lldb::offset_t file_offset,
   81                                         lldb::offset_t length,
  143                          lldb::offset_t section_offset, void *dst,
  164                 lldb::offset_t data_offset, const lldb_private::FileSpec *file,
  165                 lldb::offset_t offset, lldb::offset_t length);
  165                 lldb::offset_t offset, lldb::offset_t length);
tools/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp
   65                                           lldb::offset_t data_offset,
   67                                           lldb::offset_t file_offset,
   68                                           lldb::offset_t length) {
   85     lldb::offset_t data_offset, lldb::offset_t file_offset,
   85     lldb::offset_t data_offset, lldb::offset_t file_offset,
   86     lldb::offset_t length, lldb_private::ModuleSpecList &specs) {
  229                                       lldb::offset_t section_offset, void *dst,
  231   lldb::offset_t file_size = section->GetFileSize();
tools/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.h
   35                  lldb::offset_t data_offset, const lldb_private::FileSpec *file,
   36                  lldb::offset_t file_offset, lldb::offset_t length);
   36                  lldb::offset_t file_offset, lldb::offset_t length);
   44                                         lldb::offset_t data_offset,
   45                                         lldb::offset_t file_offset,
   46                                         lldb::offset_t length,
   83                          lldb::offset_t section_offset, void *dst,
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
  148     lldb::offset_t offset = 0;
  353     lldb::offset_t offset = 0;
  469     lldb::offset_t offset = 0;
  478       lldb::offset_t next_thread_state = offset + (count * 4);
  601     lldb::offset_t offset = 0;
  609       lldb::offset_t next_thread_state = offset + (count * 4);
  776                                             lldb::offset_t data_offset,
  778                                             lldb::offset_t file_offset,
  779                                             lldb::offset_t length) {
  819     lldb::offset_t data_offset, lldb::offset_t file_offset,
  819     lldb::offset_t data_offset, lldb::offset_t file_offset,
  820     lldb::offset_t length, lldb_private::ModuleSpecList &specs) {
  892   lldb::offset_t offset = 0;
  899                                  lldb::offset_t data_offset,
  901                                  lldb::offset_t file_offset,
  902                                  lldb::offset_t length)
  924                                   lldb::offset_t *data_offset_ptr,
  984   lldb::offset_t offset = 0;
 1263       lldb::offset_t offset = MachHeaderSizeFromMagic(m_header.magic);
 1265         const lldb::offset_t load_cmd_offset = offset;
 1292   lldb::offset_t offset = MachHeaderSizeFromMagic(m_header.magic);
 1296     const lldb::offset_t load_cmd_offset = offset;
 1532                                             lldb::offset_t offset,
 1805                                              lldb::offset_t offset) {
 1818   lldb::offset_t offset = MachHeaderSizeFromMagic(m_header.magic);
 1827     const lldb::offset_t load_cmd_offset = offset;
 1916   lldb::offset_t nodeOffset;
 1919   TrieEntryWithOffset(lldb::offset_t offset) : nodeOffset(offset), entry() {}
 1932 static bool ParseTrieEntries(DataExtractor &data, lldb::offset_t offset,
 1941   lldb::offset_t children_offset = offset + terminalSize;
 1988     lldb::offset_t childNodeOffset = data.GetULEB128(&children_offset);
 2012   lldb::offset_t offset = 0;
 2030 ParseNList(DataExtractor &nlist_data, lldb::offset_t &nlist_data_offset,
 2058   lldb::offset_t offset = MachHeaderSizeFromMagic(m_header.magic);
 2067     const lldb::offset_t cmd_offset = offset;
 2409     lldb::offset_t function_start_offset = 0;
 2470   lldb::offset_t nlist_data_offset = 0;
 4597             lldb::offset_t symbol_stub_offset = symbol_stub_index * 4;
 4743                               lldb::offset_t lc_offset) {
 4747   lldb::offset_t offset = lc_offset;
 4749     const lldb::offset_t cmd_offset = offset;
 4851                                       lldb::offset_t lc_offset,
 4897   lldb::offset_t offset = lc_offset;
 4899     const lldb::offset_t cmd_offset = offset;
 4937     const lldb::offset_t cmd_offset = offset;
 4985     const lldb_private::DataExtractor &data, lldb::offset_t lc_offset) {
 5013     lldb::offset_t offset = MachHeaderSizeFromMagic(m_header.magic);
 5025     lldb::offset_t offset = MachHeaderSizeFromMagic(m_header.magic);
 5161     lldb::offset_t offset = MachHeaderSizeFromMagic(m_header.magic);
 5167       const lldb::offset_t cmd_offset = offset;
 5315       lldb::offset_t offset = MachHeaderSizeFromMagic(m_header.magic);
 5343     lldb::offset_t offset = MachHeaderSizeFromMagic(m_header.magic);
 5411     lldb::offset_t offset = MachHeaderSizeFromMagic(m_header.magic);
 5606     lldb::offset_t offset = MachHeaderSizeFromMagic(m_header.magic);
 5611       const lldb::offset_t cmd_offset = offset;
 5769     lldb::offset_t offset = MachHeaderSizeFromMagic(m_header.magic);
 5771       const lldb::offset_t load_cmd_offset = offset;
 5830     lldb::offset_t offset = MachHeaderSizeFromMagic(m_header.magic);
 5832       const lldb::offset_t load_cmd_offset = offset;
 5861         const lldb::offset_t load_cmd_offset = offset;
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h
   25                   lldb::offset_t data_offset,
   26                   const lldb_private::FileSpec *file, lldb::offset_t offset,
   27                   lldb::offset_t length);
   45                  lldb::offset_t data_offset, const lldb_private::FileSpec *file,
   46                  lldb::offset_t file_offset, lldb::offset_t length);
   46                  lldb::offset_t file_offset, lldb::offset_t length);
   54                                         lldb::offset_t data_offset,
   55                                         lldb::offset_t file_offset,
   56                                         lldb::offset_t length,
  133                           lldb::offset_t *data_offset_ptr,
  147           lldb::offset_t lc_offset); // Offset to the first load command
  151       const lldb_private::DataExtractor &data, lldb::offset_t lc_offset);
  162                               lldb::offset_t lc_offset,
  201                               lldb::offset_t offset);
  203                              lldb::offset_t offset, uint32_t cmd_idx,
tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
  116                                              lldb::offset_t data_offset,
  118                                              lldb::offset_t file_offset,
  119                                              lldb::offset_t length) {
  164     lldb::offset_t data_offset, lldb::offset_t file_offset,
  164     lldb::offset_t data_offset, lldb::offset_t file_offset,
  165     lldb::offset_t length, lldb_private::ModuleSpecList &specs) {
  221   lldb::offset_t offset = 0;
  272                                    lldb::offset_t data_offset,
  274                                    lldb::offset_t file_offset,
  275                                    lldb::offset_t length)
  302     lldb::offset_t offset = 0;
  380   lldb::offset_t offset = 0;
  437                                        lldb::offset_t *offset_ptr,
  455 bool ObjectFilePECOFF::ParseCOFFOptionalHeader(lldb::offset_t *offset_ptr) {
  457   const lldb::offset_t end_offset = *offset_ptr + m_coff_header.hdrsize;
  584     lldb::offset_t offset = 0;
  614     lldb::offset_t stroff;
  617     lldb::offset_t string_file_offset =
  644         lldb::offset_t offset = symbol_data_size;
  712         lldb::offset_t offset = 0;
  729         lldb::offset_t name_offset = export_table.address_of_names - data_start;
  730         lldb::offset_t name_ordinal_offset =
  747           lldb::offset_t function_offset = export_table.address_of_functions -
tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h
   45                    lldb::offset_t data_offset,
   47                    lldb::offset_t file_offset, lldb::offset_t length);
   47                    lldb::offset_t file_offset, lldb::offset_t length);
   66                  lldb::offset_t data_offset, const lldb_private::FileSpec *file,
   67                  lldb::offset_t offset, lldb::offset_t length);
   67                  lldb::offset_t offset, lldb::offset_t length);
   75                                         lldb::offset_t data_offset,
   76                                         lldb::offset_t file_offset,
   77                                         lldb::offset_t length,
  268                               lldb::offset_t *offset_ptr,
  270   bool ParseCOFFOptionalHeader(lldb::offset_t *offset_ptr);
tools/lldb/source/Plugins/ObjectFile/PECOFF/PECallFrameInfo.cpp
   14 static const T *TypedRead(const DataExtractor &data_extractor, offset_t &offset,
   15                           offset_t size = sizeof(T)) {
   56   offset_t m_unwind_code_offset;
   79       offset_t offset = 0;
  109     offset_t offset = 0;
  518     offset_t offset = curr * sizeof(RuntimeFunction);
tools/lldb/source/Plugins/Platform/Android/AdbClient.cpp
  535   offset_t offset = 0;
  619     offset_t offset = 0;
tools/lldb/source/Plugins/Process/POSIX/NativeProcessELF.cpp
   62   lldb::offset_t load_bias;
tools/lldb/source/Plugins/Process/Utility/AuxVector.cpp
   16   lldb::offset_t offset = 0;
tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.cpp
  393       offset_t offset = 0;
  472       offset_t offset = 0;
  513       offset_t offset = 0;
tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
   67       lldb::offset_t data_offset = 0;
  415   lldb::offset_t offset = 0;
  448   lldb::offset_t offset = 0;
  489   lldb::offset_t offset = 0;
  501   lldb::offset_t offset = 0;
  548       lldb::offset_t offset = 0;
  823       lldb::offset_t offset = 0;
tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.cpp
   46   lldb::offset_t offset = reg_info->byte_offset;
tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.cpp
   47   lldb::offset_t offset = reg_info->byte_offset;
tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.cpp
   54   lldb::offset_t offset = reg_info->byte_offset;
tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.cpp
   67   lldb::offset_t offset = reg_info->byte_offset;
tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_ppc64le.cpp
   66   lldb::offset_t offset = reg_info->byte_offset;
   88     lldb::offset_t tmp_offset;
tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_s390x.cpp
   59     lldb::offset_t offset = reg_info->byte_offset;
   68     lldb::offset_t offset = reg_info->byte_offset;
tools/lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
  291   offset_t offset = 0;
  359   offset_t offset = 0;
  427   offset_t offset = 0;
tools/lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
   72       lldb::offset_t data_offset = 0;
tools/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
  835         lldb::offset_t offset = 0;
tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM.cpp
  469   lldb::offset_t offset = 0;
tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM64.cpp
  774   lldb::offset_t offset = 0;
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.cpp
   31                                       lldb::offset_t *offset_ptr) {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.h
   54           lldb::offset_t *offset_ptr);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.cpp
   40   lldb::offset_t offset = DIEOffsetAtIndex(i);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.cpp
   15 DWARFDataExtractor::GetDWARFInitialLength(lldb::offset_t *offset_ptr) const {
   20 DWARFDataExtractor::GetDWARFOffset(lldb::offset_t *offset_ptr) const {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.h
   22   DWARFDataExtractor(const DWARFDataExtractor &data, lldb::offset_t offset,
   23                      lldb::offset_t length)
   26   uint64_t GetDWARFInitialLength(lldb::offset_t *offset_ptr) const;
   28   dw_offset_t GetDWARFOffset(lldb::offset_t *offset_ptr) const;
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.cpp
   26                                          lldb::offset_t *offset_ptr) {
   27   const lldb::offset_t begin_offset = *offset_ptr;
  106   lldb::offset_t offset = 0;
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.h
   41                       lldb::offset_t *offset_ptr);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.cpp
   36                                          lldb::offset_t *offset_ptr) {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.h
   43                       lldb::offset_t *offset_ptr);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp
   36   lldb::offset_t offset = 0;
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
   75   lldb::offset_t offset = 0;
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
   41                                   lldb::offset_t *offset_ptr) {
   53     lldb::offset_t offset = *offset_ptr;
  242     lldb::offset_t offset = GetFirstAttributeOffset();
  404   lldb::offset_t offset = m_offset;
  456     lldb::offset_t *offset_ptr, Stream &s, dw_attr_t attr,
  548     lldb::offset_t offset = GetFirstAttributeOffset();
  610       lldb::offset_t offset = GetFirstAttributeOffset();
 1219 lldb::offset_t DWARFDebugInfoEntry::GetFirstAttributeOffset() const {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h
   47                const DWARFUnit *cu, lldb::offset_t *offset_ptr);
  111                 lldb::offset_t *offset_ptr, lldb_private::Stream &s,
  123   lldb::offset_t GetFirstAttributeOffset() const;
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.cpp
   20                                    lldb::offset_t *offset) {
   44     const DWARFDataExtractor &debug_macro_data, lldb::offset_t *offset) {
   62     lldb::offset_t *offset, SymbolFileDWARF *sym_file_dwarf,
   67     lldb::offset_t new_offset = 0, str_offset = 0;
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.h
   37               lldb::offset_t *offset);
   44                    lldb::offset_t *offset);
   56                    const bool offset_is_64_bit, lldb::offset_t *sect_offset,
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp
   31   lldb::offset_t offset = 0;
   41                                lldb::offset_t *offset_ptr,
   45   lldb::offset_t range_offset = *offset_ptr;
   77                             lldb::offset_t *offset_ptr,
  128     lldb::offset_t *offset_ptr, std::vector<RngListEntry> &rangeList) {
  197   lldb::offset_t offset = addr_base + index * index_size;
  253   lldb::offset_t offset = 0;
  257   lldb::offset_t end = offset + length;
  275   lldb::offset_t listOffset = offset;
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.h
   39                    lldb::offset_t *offset_ptr, dw_addr_t cu_base_addr);
   42   bool Extract(lldb_private::DWARFContext &context, lldb::offset_t *offset_ptr,
   67                         uint8_t addrSize, lldb::offset_t *offset_ptr,
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
   31                                   lldb::offset_t *offset_ptr) {
  202                                lldb::offset_t *offset_ptr) const {
  208                                lldb::offset_t *offset_ptr,
  463     lldb::offset_t offset = m_value.value.uval * index_size;
  477     lldb::offset_t offset =
  505   lldb::offset_t offset = addr_base + m_value.value.uval * index_size;
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.h
   55                     lldb::offset_t *offset_ptr);
   71                  lldb::offset_t *offset_ptr) const;
   74                         lldb::offset_t *offset_ptr, const DWARFUnit *unit);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
   58   lldb::offset_t offset = GetFirstDIEOffset();
  154   lldb::offset_t offset = GetFirstDIEOffset();
  155   lldb::offset_t next_cu_offset = GetNextUnitOffset();
  265   lldb::offset_t baseOffset = 0;
  745                          lldb::offset_t *offset_ptr) {
  793                    DIERef::Section section, lldb::offset_t *offset_ptr) {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
   68           lldb::offset_t *offset_ptr);
   79           DIERef::Section section, lldb::offset_t *offset_ptr);
  234                             lldb::offset_t *offset_ptr);
tools/lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.cpp
  202 lldb::offset_t
  204                                 lldb::offset_t offset) {
  247 lldb::offset_t DWARFMappedHash::Header::Read(lldb_private::DataExtractor &data,
  248                                              lldb::offset_t offset) {
  257                                    lldb::offset_t *offset_ptr,
  311   lldb::offset_t offset = hash_data_offset;
  328     llvm::StringRef name, lldb::offset_t *hash_data_offset_ptr,
  398     lldb::offset_t *hash_data_offset_ptr, Pair &pair) const {
  462     lldb::offset_t hash_data_offset = GetHashDataOffset(offset_idx);
  464       const lldb::offset_t prev_hash_data_offset = hash_data_offset;
  494     lldb::offset_t hash_data_offset = GetHashDataOffset(offset_idx);
tools/lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h
   92     lldb::offset_t Read(const lldb_private::DataExtractor &data,
   93                         lldb::offset_t offset);
  113     lldb::offset_t Read(lldb_private::DataExtractor &data,
  114                         lldb::offset_t offset) override;
  117               lldb::offset_t *offset_ptr, DIEInfo &hash_data) const;
  159         lldb::offset_t *hash_data_offset_ptr, Pair &pair) const;
  164                               lldb::offset_t *hash_data_offset_ptr,
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 1032 SymbolFileDWARF::ParseDebugMacros(lldb::offset_t *offset) {
 1064   lldb::offset_t sect_offset =
 1580   const lldb::offset_t file_offset = 0;
 1582   lldb::offset_t dwo_file_data_offset = 0;
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
  247   lldb_private::DebugMacrosSP ParseDebugMacros(lldb::offset_t *offset);
  474   typedef std::unordered_map<lldb::offset_t, lldb_private::DebugMacrosSP>
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwp.cpp
   44   const lldb::offset_t file_offset = 0;
   46   lldb::offset_t file_data_offset = 0;
tools/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
  102   lldb::offset_t dsym_file_data_offset = 0;
tools/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
  310     lldb::offset_t data_offset = 0;
  357       lldb::offset_t data_offset = 0;
  786           offset_t offset = 0;
  893     offset_t offset = 0;
  910       offset_t start_of_this_item = offset;
  927       offset_t start_of_next_item = start_of_this_item + offset_to_next;
  954   offset_t offset = 0;
tools/lldb/source/Symbol/ArmUnwindInfo.cpp
   57   offset_t offset = 0;
tools/lldb/source/Symbol/ClangASTContext.cpp
  236   lldb::offset_t vbtable_ptr_offset =
 9008     lldb::offset_t data_byte_offset, size_t data_byte_size,
 9174       lldb::offset_t offset = data_byte_offset;
 9384                           const DataExtractor &data, lldb::offset_t byte_offset,
 9391   lldb::offset_t offset = byte_offset;
 9465     const DataExtractor &data, lldb::offset_t byte_offset, size_t byte_size,
 9589                                   lldb::offset_t data_byte_offset,
 9596         lldb::offset_t offset = data_byte_offset;
tools/lldb/source/Symbol/CompactUnwindInfo.cpp
  289     offset_t offset = 0;
  390   offset_t first_entry = lsda_offset;
  395     offset_t offset = first_entry + (mid * 8);
  411 lldb::offset_t CompactUnwindInfo::BinarySearchRegularSecondPage(
  419   offset_t first_entry = entry_page_offset;
  426     offset_t offset = first_entry + (mid * 8);
  455   offset_t first_entry = entry_page_offset;
  462     offset_t offset = first_entry + (mid * 4);
  540   offset_t second_page_offset = it->second_level;
  541   offset_t lsda_array_start = it->lsda_array_start;
  542   offset_t lsda_array_count = (it->lsda_array_end - it->lsda_array_start) / 8;
  544   offset_t offset = second_page_offset;
  563     offset_t entry_offset = BinarySearchRegularSecondPage(
  590           offset_t offset = m_unwind_header.personality_array_offset;
  674           offset_t offset = m_unwind_header.personality_array_offset;
tools/lldb/source/Symbol/CompilerType.cpp
  722                              lldb::offset_t data_byte_offset,
  736                                  lldb::offset_t byte_offset, size_t byte_size,
  749                                lldb::offset_t data_byte_offset,
  777                                     lldb::offset_t data_byte_offset,
  795     lldb::offset_t offset = data_byte_offset;
tools/lldb/source/Symbol/DWARFCallFrameInfo.cpp
   32 GetGNUEHPointer(const DataExtractor &DE, offset_t *offset_ptr,
  246   lldb::offset_t offset = cie_offset;
  433   lldb::offset_t offset = 0;
  530   lldb::offset_t offset = dwarf_offset;
  531   lldb::offset_t current_entry = offset;
  592       offset_t saved_offset = offset;
  819                                                  lldb::offset_t &offset,
tools/lldb/source/Symbol/ObjectFile.cpp
   33                        lldb::offset_t file_offset, lldb::offset_t file_size,
   33                        lldb::offset_t file_offset, lldb::offset_t file_size,
   34                        DataBufferSP &data_sp, lldb::offset_t &data_offset) {
  208                                            lldb::offset_t file_offset,
  209                                            lldb::offset_t file_size,
  215       const lldb::offset_t actual_file_size =
  232     lldb::offset_t data_offset, lldb::offset_t file_offset,
  232     lldb::offset_t data_offset, lldb::offset_t file_offset,
  233     lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) {
  261                        lldb::offset_t file_offset, lldb::offset_t length,
  261                        lldb::offset_t file_offset, lldb::offset_t length,
  263                        lldb::offset_t data_offset)
  475 size_t ObjectFile::GetData(lldb::offset_t offset, size_t length,
  482 size_t ObjectFile::CopyData(lldb::offset_t offset, size_t length,
  490                                    lldb::offset_t section_offset, void *dst,
  514     const lldb::offset_t section_file_size = section->GetFileSize();
tools/lldb/source/Symbol/SymbolVendor.cpp
   47     offset_t data_offset = 0;
tools/lldb/source/Target/Process.cpp
 2274       lldb::offset_t offset = 0;
tools/lldb/source/Target/Target.cpp
 1889       lldb::offset_t offset = 0;
tools/lldb/source/Target/TargetList.cpp
  123     lldb::offset_t file_offset = 0;
  124     lldb::offset_t file_size = 0;
tools/lldb/source/Utility/DataBufferHeap.cpp
   18 DataBufferHeap::DataBufferHeap(lldb::offset_t n, uint8_t ch) : m_data() {
   24 DataBufferHeap::DataBufferHeap(const void *src, lldb::offset_t src_len)
tools/lldb/source/Utility/DataBufferLLVM.cpp
   37 lldb::offset_t DataBufferLLVM::GetByteSize() const {
tools/lldb/source/Utility/DataExtractor.cpp
   43 static inline uint16_t ReadInt16(const unsigned char *ptr, offset_t offset) {
   50                                  offset_t offset = 0) {
   57                                  offset_t offset = 0) {
   70                                      offset_t offset) {
   77                                      offset_t offset) {
   84                                      offset_t offset) {
  129 DataExtractor::DataExtractor(const void *data, offset_t length,
  159 DataExtractor::DataExtractor(const DataExtractor &data, offset_t offset,
  160                              offset_t length, uint32_t target_byte_size /*=1*/)
  166     offset_t bytes_available = data.GetByteSize() - offset;
  227 lldb::offset_t DataExtractor::SetData(const void *bytes, offset_t length,
  227 lldb::offset_t DataExtractor::SetData(const void *bytes, offset_t length,
  251 lldb::offset_t DataExtractor::SetData(const DataExtractor &data,
  252                                       offset_t data_offset,
  253                                       offset_t data_length) {
  284 lldb::offset_t DataExtractor::SetData(const DataBufferSP &data_sp,
  285                                       offset_t data_offset,
  286                                       offset_t data_length) {
  320 uint8_t DataExtractor::GetU8(offset_t *offset_ptr) const {
  333 void *DataExtractor::GetU8(offset_t *offset_ptr, void *dst,
  351 uint16_t DataExtractor::GetU16(offset_t *offset_ptr) const {
  364 uint16_t DataExtractor::GetU16_unchecked(offset_t *offset_ptr) const {
  374 uint32_t DataExtractor::GetU32_unchecked(offset_t *offset_ptr) const {
  384 uint64_t DataExtractor::GetU64_unchecked(offset_t *offset_ptr) const {
  400 void *DataExtractor::GetU16(offset_t *offset_ptr, void *void_dst,
  429 uint32_t DataExtractor::GetU32(offset_t *offset_ptr) const {
  449 void *DataExtractor::GetU32(offset_t *offset_ptr, void *void_dst,
  478 uint64_t DataExtractor::GetU64(offset_t *offset_ptr) const {
  497 void *DataExtractor::GetU64(offset_t *offset_ptr, void *void_dst,
  522 uint32_t DataExtractor::GetMaxU32(offset_t *offset_ptr,
  528 uint64_t DataExtractor::GetMaxU64(offset_t *offset_ptr,
  552 uint64_t DataExtractor::GetMaxU64_unchecked(offset_t *offset_ptr,
  572 int64_t DataExtractor::GetMaxS64(offset_t *offset_ptr, size_t byte_size) const {
  577 uint64_t DataExtractor::GetMaxU64Bitfield(offset_t *offset_ptr, size_t size,
  595 int64_t DataExtractor::GetMaxS64Bitfield(offset_t *offset_ptr, size_t size,
  615 float DataExtractor::GetFloat(offset_t *offset_ptr) const {
  634 double DataExtractor::GetDouble(offset_t *offset_ptr) const {
  653 long double DataExtractor::GetLongDouble(offset_t *offset_ptr) const {
  672 uint64_t DataExtractor::GetAddress(offset_t *offset_ptr) const {
  677 uint64_t DataExtractor::GetAddress_unchecked(offset_t *offset_ptr) const {
  688 uint64_t DataExtractor::GetPointer(offset_t *offset_ptr) const {
  693 size_t DataExtractor::ExtractBytes(offset_t offset, offset_t length,
  693 size_t DataExtractor::ExtractBytes(offset_t offset, offset_t length,
  712 lldb::offset_t DataExtractor::CopyData(offset_t offset, offset_t length,
  712 lldb::offset_t DataExtractor::CopyData(offset_t offset, offset_t length,
  712 lldb::offset_t DataExtractor::CopyData(offset_t offset, offset_t length,
  723 lldb::offset_t
  724 DataExtractor::CopyByteOrderedData(offset_t src_offset, offset_t src_len,
  724 DataExtractor::CopyByteOrderedData(offset_t src_offset, offset_t src_len,
  725                                    void *dst_void_ptr, offset_t dst_len,
  818 const char *DataExtractor::GetCStr(offset_t *offset_ptr) const {
  848 const char *DataExtractor::GetCStr(offset_t *offset_ptr, offset_t len) const {
  848 const char *DataExtractor::GetCStr(offset_t *offset_ptr, offset_t len) const {
  866 const char *DataExtractor::PeekCStr(offset_t offset) const {
  876 uint64_t DataExtractor::GetULEB128(offset_t *offset_ptr) const {
  909 int64_t DataExtractor::GetSLEB128(offset_t *offset_ptr) const {
  949 uint32_t DataExtractor::Skip_LEB128(offset_t *offset_ptr) const {
  975 lldb::offset_t DataExtractor::PutToLog(Log *log, offset_t start_offset,
  975 lldb::offset_t DataExtractor::PutToLog(Log *log, offset_t start_offset,
  976                                        offset_t length, uint64_t base_addr,
  983   offset_t offset;
  984   offset_t end_offset;
 1076 bool DataExtractor::Append(void *buf, offset_t length) {
tools/lldb/source/Utility/RegisterValue.cpp
  201                                        lldb::offset_t src_offset,
tools/lldb/source/Utility/Scalar.cpp
 2553     lldb::offset_t offset = 0;
 2600     lldb::offset_t offset = 0;
 2647     lldb::offset_t offset = 0;
tools/lldb/unittests/Expression/DWARFExpressionTest.cpp
   67     lldb::offset_t total_bytes = 0;
   84       lldb::offset_t file_offset = m_buffer.size();
   85       lldb::offset_t file_size = membuf->getBufferSize();
  147     lldb::offset_t offset_ptr = 0;
tools/lldb/unittests/Process/POSIX/NativeProcessELFTest.cpp
  109   lldb::offset_t info_addr_offset = elf_info_addr - phdr_addr;
tools/lldb/unittests/SymbolFile/DWARF/SymbolFileDWARFTests.cpp
  113   lldb::offset_t data_offset = 0;
  158   lldb::offset_t data_offset = 0;
  203   lldb::offset_t data_offset = 0;
  238   lldb::offset_t data_offset = 0;
  267   lldb::offset_t data_offset = 0;
  296   lldb::offset_t data_offset = 0;
  322   lldb::offset_t data_offset = 0;
tools/lldb/unittests/Utility/DataExtractorTest.cpp
   21   lldb::offset_t offset;
   56   lldb::offset_t offset = 1;
   65   lldb::offset_t offset = 1;
   74   lldb::offset_t offset = 1;
   83   lldb::offset_t offset = 1;
   92   lldb::offset_t offset = 0;
  103   lldb::offset_t offset;
  144   lldb::offset_t offset;
  179   lldb::offset_t offset;