/llvm-project/llvm/lib/Support/ |
H A D | DataExtractor.cpp | 41 T DataExtractor::getU(uint64_t *offset_ptr, Error *Err) const { in getU() argument 60 T *DataExtractor::getUs(uint64_t *offset_ptr, T *dst, uint32_t count, in getUs() argument 80 uint8_t DataExtractor::getU8(uint64_t *offset_ptr, llvm::Error *Err) const { in getU8() argument 84 uint8_t *DataExtractor::getU8(uint64_t *offset_ptr, uint8_ argument 93 getU16(uint64_t * offset_ptr,llvm::Error * Err) const getU16() argument 97 getU16(uint64_t * offset_ptr,uint16_t * dst,uint32_t count) const getU16() argument 108 getU32(uint64_t * offset_ptr,llvm::Error * Err) const getU32() argument 112 getU32(uint64_t * offset_ptr,uint32_t * dst,uint32_t count) const getU32() argument 117 getU64(uint64_t * offset_ptr,llvm::Error * Err) const getU64() argument 121 getU64(uint64_t * offset_ptr,uint64_t * dst,uint32_t count) const getU64() argument 126 getUnsigned(uint64_t * offset_ptr,uint32_t byte_size,llvm::Error * Err) const getUnsigned() argument 142 getSigned(uint64_t * offset_ptr,uint32_t byte_size) const getSigned() argument 221 getULEB128(uint64_t * offset_ptr,Error * Err) const getULEB128() argument 225 getSLEB128(uint64_t * offset_ptr,Error * Err) const getSLEB128() argument [all...] |
/llvm-project/lldb/tools/debugserver/source/ |
H A D | DNBDataRef.cpp | 97 uint32_t DNBDataRef::GetMax32(offset_t *offset_ptr, uint32_t byte_size) const { in GetMax32() 119 uint64_t DNBDataRef::GetMax64(offset_t *offset_ptr, uint32_t size) const { in GetMax64() 150 const char *DNBDataRef::GetCStr(offset_t *offset_ptr, in GetCStr() 166 const uint8_t *DNBDataRef::GetData(offset_t *offset_ptr, in GetData()
|
/llvm-project/lldb/include/lldb/Utility/ |
H A D | DataExtractor.h | 337 const void *GetData(lldb::offset_t *offset_ptr, lldb::offset_t length) const { in GetData() 612 uint8_t GetU8_unchecked(lldb::offset_t *offset_ptr) const { in GetU8_unchecked() 993 template <typename T> T Get(lldb::offset_t *offset_ptr, T fail_value) const { in Get()
|
/llvm-project/lldb/source/Utility/ |
H A D | DataExtractor.cpp | 330 void *DataExtractor::GetU8(offset_t *offset_ptr, void *dst, in GetU8() 397 void *DataExtractor::GetU16(offset_t *offset_ptr, void *void_dst, in GetU16() 446 void *DataExtractor::GetU32(offset_t *offset_ptr, void *void_dst, in GetU32() 494 void *DataExtractor::GetU64(offset_t *offset_ptr, void *void_dst, in GetU64() 519 uint32_t DataExtractor::GetMaxU32(offset_t *offset_ptr, in GetMaxU32() 525 uint64_t DataExtractor::GetMaxU64(offset_t *offset_ptr, in GetMaxU64() 549 uint64_t DataExtractor::GetMaxU64_unchecked(offset_t *offset_ptr, in GetMaxU64_unchecked() 569 int64_t DataExtractor::GetMaxS64(offset_t *offset_ptr, size_t byte_size) const { in GetMaxS64() 574 uint64_t DataExtractor::GetMaxU64Bitfield(offset_t *offset_ptr, size_t size, in GetMaxU64Bitfield() 602 int64_t DataExtractor::GetMaxS64Bitfield(offset_t *offset_ptr, size_t size, in GetMaxS64Bitfield() [all …]
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DIERef.cpp | 28 lldb::offset_t *offset_ptr) { in Decode()
|
H A D | DWARFFormValue.cpp | 32 lldb::offset_t *offset_ptr) { in ExtractValue() argument 210 SkipValue(dw_form_t form,const DWARFDataExtractor & debug_info_data,lldb::offset_t * offset_ptr,const DWARFUnit * unit) SkipValue() argument [all...] |
H A D | DWARFDebugArangeSet.cpp |
|
H A D | NameToDIE.cpp | 97 bool NameToDIE::Decode(const DataExtractor &data, lldb::offset_t *offset_ptr, in Decode()
|
H A D | ManualDWARFIndex.cpp | 549 Decode(const DataExtractor & data,lldb::offset_t * offset_ptr) Decode() argument 665 Decode(const DataExtractor & data,lldb::offset_t * offset_ptr,bool & signature_mismatch) Decode() argument [all...] |
H A D | DWARFDebugInfoEntry.cpp | 46 m_offset = *offset_ptr; in Extract() argument
|
H A D | DWARFUnit.cpp | 930 extract(SymbolFileDWARF & dwarf,user_id_t uid,const DWARFDataExtractor & debug_info,DIERef::Section section,lldb::offset_t * offset_ptr) extract() argument
|
/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugRangeList.cpp | 32 uint64_t *offset_ptr) { in extract()
|
H A D | DWARFDebugArangeSet.cpp | 39 uint64_t *offset_ptr, in extract() argument [all...] |
/llvm-project/lldb/source/Core/ |
H A D | DataFileCache.cpp | 233 lldb::offset_t *offset_ptr) { in Decode() argument 302 Decode(const lldb_private::DataExtractor & data,lldb::offset_t * offset_ptr) Decode() argument [all...] |
H A D | Mangled.cpp | 443 Decode(const DataExtractor & data,lldb::offset_t * offset_ptr,const StringTableReader & strtab) Decode() argument
|
H A D | DumpDataExtractor.cpp | 54 lldb::offset_t *offset_ptr, in GetAPInt() argument
|
/llvm-project/libc/test/src/string/memory_utils/ |
H A D | memory_check_utils.h | 55 char *offset_ptr = nullptr; global() member
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | DataExtractor.h | 325 uint64_t getAddress(uint64_t *offset_ptr) const { in getAddress()
|
/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
H A D | ObjectFileWasm.cpp | 159 bool ObjectFileWasm::DecodeNextSection(lldb::offset_t *offset_ptr) { in DecodeNextSection()
|
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCDeclVendor.cpp | 474 __anonc8ac900e0402(const char *name, const char *type, lldb::addr_t offset_ptr, uint64_t size) FinishDecl() argument
|
H A D | AppleObjCClassDescriptorV2.cpp | 713 __anon2455ea050102(const char *name, const char *type, lldb::addr_t offset_ptr, uint64_t size) fill() argument [all...] |
/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
H A D | ObjectFilePECOFF.cpp | 580 ParseCOFFHeader(DataExtractor & data,lldb::offset_t * offset_ptr,coff_header_t & coff_header) ParseCOFFHeader() argument 598 ParseCOFFOptionalHeader(lldb::offset_t * offset_ptr) ParseCOFFOptionalHeader() argument [all...] |
/llvm-project/lldb/source/Symbol/ |
H A D | Symbol.cpp | 647 bool Symbol::Decode(const DataExtractor &data, lldb::offset_t *offset_ptr, in Decode() argument [all...] |
H A D | DWARFCallFrameInfo.cpp | 36 GetGNUEHPointer(const DataExtractor &DE, lldb::offset_t *offset_ptr, in GetGNUEHPointer() argument [all...] |
H A D | Symtab.cpp | 1213 bool DecodeCStrMap(const DataExtractor &data, lldb::offset_t *offset_ptr, in DecodeCStrMap() argument 1303 bool Symtab::Decode(const DataExtractor &data, lldb::offset_t *offset_ptr, in Decode() argument [all...] |