/external/llvm/lib/Support/ |
D | DataExtractor.cpp | 17 static T getU(uint32_t *offset_ptr, const DataExtractor *de, in getU() 33 static T *getUs(uint32_t *offset_ptr, T *dst, uint32_t count, in getUs() 55 DataExtractor::getU8(uint32_t *offset_ptr, uint8_t *dst, uint32_t count) const { in getU8() 65 uint16_t *DataExtractor::getU16(uint32_t *offset_ptr, uint16_t *dst, in getU16() 75 uint32_t *DataExtractor::getU32(uint32_t *offset_ptr, uint32_t *dst, in getU32() 85 uint64_t *DataExtractor::getU64(uint32_t *offset_ptr, uint64_t *dst, in getU64() 92 DataExtractor::getUnsigned(uint32_t *offset_ptr, uint32_t byte_size) const { in getUnsigned() 107 DataExtractor::getSigned(uint32_t *offset_ptr, uint32_t byte_size) const { in getSigned()
|
/external/lldb/tools/debugserver/source/ |
D | DNBDataRef.cpp | 148 DNBDataRef::GetMax32(offset_t *offset_ptr, uint32_t byte_size) const in GetMax32() 170 DNBDataRef::GetMax64(offset_t *offset_ptr, uint32_t size) const in GetMax64() 202 DNBDataRef::GetCStr(offset_t *offset_ptr, uint32_t fixed_length) const in GetCStr() 223 DNBDataRef::GetData(offset_t *offset_ptr, uint32_t length) const in GetData()
|
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
D | AuxVector.cpp | 33 lldb::offset_t *offset_ptr, in GetMaxU64() 45 lldb::offset_t *offset_ptr, in ParseAuxvEntry()
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFDebugRanges.cpp | 85 DWARFDebugRanges::Extract(SymbolFileDWARF* dwarf2Data, lldb::offset_t *offset_ptr, RangeList &range… in Extract() 135 …anges::Dump(Stream &s, const DataExtractor& debug_ranges_data, lldb::offset_t *offset_ptr, dw_addr… in Dump()
|
D | DWARFFormValue.cpp | 117 DWARFFormValue::ExtractValue(const DataExtractor& data, lldb::offset_t* offset_ptr, const DWARFComp… in ExtractValue() 186 DWARFFormValue::SkipValue(const DataExtractor& debug_info_data, lldb::offset_t *offset_ptr, const D… in SkipValue() 192 …kipValue(dw_form_t form, const DataExtractor& debug_info_data, lldb::offset_t *offset_ptr, const D… in SkipValue()
|
D | DWARFAbbreviationDeclaration.cpp | 35 DWARFAbbreviationDeclaration::Extract(const DataExtractor& data, lldb::offset_t* offset_ptr) in Extract() 41 DWARFAbbreviationDeclaration::Extract(const DataExtractor& data, lldb::offset_t *offset_ptr, dw_ule… in Extract()
|
D | DWARFDebugMacinfoEntry.cpp | 83 DWARFDebugMacinfoEntry::Extract(const DataExtractor& mac_info_data, lldb::offset_t* offset_ptr) in Extract()
|
D | DWARFLocationDescription.cpp | 51 lldb::offset_t *offset_ptr, in print_dwarf_exp_op()
|
D | DWARFLocationList.cpp | 55 DWARFLocationList::Extract(const DataExtractor& debug_loc_data, lldb::offset_t* offset_ptr, DataExt… in Extract()
|
D | DWARFDebugAbbrev.cpp | 33 DWARFAbbreviationDeclarationSet::Extract(const DataExtractor& data, lldb::offset_t *offset_ptr) in Extract()
|
D | DWARFDebugPubnamesSet.cpp | 81 DWARFDebugPubnamesSet::Extract(const DataExtractor& data, lldb::offset_t *offset_ptr) in Extract()
|
D | DWARFDebugLine.cpp | 404 DWARFDebugLine::ParsePrologue(const DataExtractor& debug_line_data, lldb::offset_t* offset_ptr, Pro… in ParsePrologue() 576 lldb::offset_t* offset_ptr, in ParseStatementTable() 876 …ine::ParseStatementTable(const DataExtractor& debug_line_data, lldb::offset_t *offset_ptr, LineTab… in ParseStatementTable()
|
D | DWARFDebugArangeSet.cpp | 165 DWARFDebugArangeSet::Extract(const DataExtractor &data, lldb::offset_t *offset_ptr) in Extract()
|
D | DWARFDebugInfoEntry.cpp | 122 lldb::offset_t *offset_ptr in FastExtract() 281 lldb::offset_t *offset_ptr in Extract() 1057 lldb::offset_t *offset_ptr, in DumpAttribute()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFFormValue.cpp | 133 bool DWARFFormValue::extractValue(DataExtractor data, uint32_t *offset_ptr, in extractValue() 260 DWARFFormValue::skipValue(DataExtractor debug_info_data, uint32_t* offset_ptr, in skipValue() 267 uint32_t *offset_ptr, const DWARFUnit *cu) { in skipValue()
|
D | DWARFTypeUnit.cpp | 17 uint32_t *offset_ptr) { in extractImpl()
|
D | DWARFDebugArangeSet.cpp | 24 DWARFDebugArangeSet::extract(DataExtractor data, uint32_t *offset_ptr) { in extract()
|
D | DWARFDebugRangeList.cpp | 22 bool DWARFDebugRangeList::extract(DataExtractor data, uint32_t *offset_ptr) { in extract()
|
D | DWARFUnit.cpp | 68 bool DWARFUnit::extractImpl(DataExtractor debug_info, uint32_t *offset_ptr) { in extractImpl() 88 bool DWARFUnit::extract(DataExtractor debug_info, uint32_t *offset_ptr) { in extract()
|
D | DWARFDebugLine.cpp | 69 uint32_t *offset_ptr) { in parse() 249 uint32_t *offset_ptr) { in parse()
|
D | DWARFDebugInfoEntry.cpp | 113 uint32_t *offset_ptr, in dumpAttribute()
|
/external/lldb/source/Core/ |
D | DataExtractor.cpp | 386 DataExtractor::GetU8 (offset_t *offset_ptr, void *dst, uint32_t count) const in GetU8() 467 DataExtractor::GetU16 (offset_t *offset_ptr, void *void_dst, uint32_t count) const in GetU16() 526 DataExtractor::GetU32 (offset_t *offset_ptr, void *void_dst, uint32_t count) const in GetU32() 583 DataExtractor::GetU64 (offset_t *offset_ptr, void *void_dst, uint32_t count) const in GetU64() 622 DataExtractor::GetMaxU32 (offset_t *offset_ptr, size_t byte_size) const in GetMaxU32() 647 DataExtractor::GetMaxU64 (offset_t *offset_ptr, size_t size) const in GetMaxU64() 663 DataExtractor::GetMaxU64_unchecked (offset_t *offset_ptr, size_t size) const in GetMaxU64_unchecked() 679 DataExtractor::GetMaxS64 (offset_t *offset_ptr, size_t size) const in GetMaxS64() 695 DataExtractor::GetMaxU64Bitfield (offset_t *offset_ptr, size_t size, uint32_t bitfield_bit_size, ui… in GetMaxU64Bitfield() 711 DataExtractor::GetMaxS64Bitfield (offset_t *offset_ptr, size_t size, uint32_t bitfield_bit_size, ui… in GetMaxS64Bitfield() [all …]
|
/external/lldb/include/lldb/Core/ |
D | DataExtractor.h | 462 GetData (lldb::offset_t *offset_ptr, lldb::offset_t length) const in GetData() 839 GetU8_unchecked (lldb::offset_t *offset_ptr) const in GetU8_unchecked()
|
/external/llvm/include/llvm/Support/ |
D | DataExtractor.h | 129 uint64_t getAddress(uint32_t *offset_ptr) const { in getAddress()
|
/external/lldb/source/Plugins/ObjectFile/PECOFF/ |
D | ObjectFilePECOFF.cpp | 359 ObjectFilePECOFF::ParseCOFFHeader(lldb::offset_t *offset_ptr) in ParseCOFFHeader() 378 ObjectFilePECOFF::ParseCOFFOptionalHeader(lldb::offset_t *offset_ptr) in ParseCOFFOptionalHeader()
|