Home
last modified time | relevance | path

Searched defs:offset_ptr (Results 1 – 25 of 29) sorted by relevance

12

/trueos/contrib/llvm/lib/Support/
HDDataExtractor.cpp17 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()
/trueos/sys/mips/mips/
HDstdatomic.c100 put_1(reg_t *r, const uint8_t *offset_ptr, uint8_t val) in put_1()
109 get_1(const reg_t *r, const uint8_t *offset_ptr) in get_1()
118 put_2(reg_t *r, const uint16_t *offset_ptr, uint16_t val) in put_2()
133 get_2(const reg_t *r, const uint16_t *offset_ptr) in get_2()
/trueos/sys/arm/arm/
HDstdatomic.c403 put_1(reg_t *r, const uint8_t *offset_ptr, uint8_t val) in put_1()
412 get_1(const reg_t *r, const uint8_t *offset_ptr) in get_1()
421 put_2(reg_t *r, const uint16_t *offset_ptr, uint16_t val) in put_2()
436 get_2(const reg_t *r, const uint16_t *offset_ptr) in get_2()
/trueos/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
HDAuxVector.cpp33 lldb::offset_t *offset_ptr, in GetMaxU64()
45 lldb::offset_t *offset_ptr, in ParseAuxvEntry()
/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDebugRanges.cpp86 DWARFDebugRanges::Extract(SymbolFileDWARF* dwarf2Data, lldb::offset_t *offset_ptr, RangeList &range… in Extract()
136 …::Dump(Stream &s, const DWARFDataExtractor& debug_ranges_data, lldb::offset_t *offset_ptr, dw_addr… in Dump()
HDDWARFFormValue.cpp117 DWARFFormValue::ExtractValue(const DWARFDataExtractor& data, lldb::offset_t* offset_ptr, const DWAR… in ExtractValue()
186 DWARFFormValue::SkipValue(const DWARFDataExtractor& debug_info_data, lldb::offset_t *offset_ptr, co… in SkipValue()
192 …lue(dw_form_t form, const DWARFDataExtractor& debug_info_data, lldb::offset_t *offset_ptr, const D… in SkipValue()
HDDWARFAbbreviationDeclaration.cpp35 DWARFAbbreviationDeclaration::Extract(const DWARFDataExtractor& data, lldb::offset_t* offset_ptr) in Extract()
41 DWARFAbbreviationDeclaration::Extract(const DWARFDataExtractor& data, lldb::offset_t *offset_ptr, d… in Extract()
HDDWARFDebugMacinfoEntry.cpp83 DWARFDebugMacinfoEntry::Extract(const DWARFDataExtractor& mac_info_data, lldb::offset_t* offset_ptr) in Extract()
HDDWARFLocationDescription.cpp51 lldb::offset_t *offset_ptr, in print_dwarf_exp_op()
HDDWARFLocationList.cpp55 DWARFLocationList::Extract(const DWARFDataExtractor& debug_loc_data, lldb::offset_t* offset_ptr, DW… in Extract()
HDDWARFDebugAbbrev.cpp33 DWARFAbbreviationDeclarationSet::Extract(const DWARFDataExtractor& data, lldb::offset_t *offset_ptr) in Extract()
HDDWARFDebugPubnamesSet.cpp81 DWARFDebugPubnamesSet::Extract(const DWARFDataExtractor& data, lldb::offset_t *offset_ptr) in Extract()
HDDWARFDebugLine.cpp404 DWARFDebugLine::ParsePrologue(const DWARFDataExtractor& debug_line_data, lldb::offset_t* offset_ptr in ParsePrologue()
579 lldb::offset_t* offset_ptr, in ParseStatementTable()
879 …ParseStatementTable(const DWARFDataExtractor& debug_line_data, lldb::offset_t *offset_ptr, LineTab… in ParseStatementTable()
HDDWARFDebugArangeSet.cpp165 DWARFDebugArangeSet::Extract(const DWARFDataExtractor &data, lldb::offset_t *offset_ptr) in Extract()
HDDWARFDebugInfoEntry.cpp122 lldb::offset_t *offset_ptr in FastExtract()
281 lldb::offset_t *offset_ptr in Extract()
1059 lldb::offset_t *offset_ptr, in DumpAttribute()
/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFFormValue.cpp130 bool DWARFFormValue::extractValue(DataExtractor data, uint32_t *offset_ptr, in extractValue()
255 DWARFFormValue::skipValue(DataExtractor debug_info_data, uint32_t* offset_ptr, in skipValue()
262 uint32_t *offset_ptr, const DWARFUnit *cu) { in skipValue()
HDDWARFTypeUnit.cpp17 uint32_t *offset_ptr) { in extractImpl()
HDDWARFDebugArangeSet.cpp24 DWARFDebugArangeSet::extract(DataExtractor data, uint32_t *offset_ptr) { in extract()
HDDWARFDebugRangeList.cpp22 bool DWARFDebugRangeList::extract(DataExtractor data, uint32_t *offset_ptr) { in extract()
HDDWARFDebugAbbrev.cpp16 uint32_t* offset_ptr) { in extract()
HDDWARFUnit.cpp54 bool DWARFUnit::extractImpl(DataExtractor debug_info, uint32_t *offset_ptr) { in extractImpl()
72 bool DWARFUnit::extract(DataExtractor debug_info, uint32_t *offset_ptr) { in extract()
HDDWARFDebugLine.cpp167 uint32_t *offset_ptr, Prologue *prologue) { in parsePrologue()
224 uint32_t *offset_ptr, State &state) { in parseStatementTable()
/trueos/contrib/llvm/tools/lldb/source/Core/
HDDataExtractor.cpp415 DataExtractor::GetU8 (offset_t *offset_ptr, void *dst, uint32_t count) const in GetU8()
496 DataExtractor::GetU16 (offset_t *offset_ptr, void *void_dst, uint32_t count) const in GetU16()
559 DataExtractor::GetU32 (offset_t *offset_ptr, void *void_dst, uint32_t count) const in GetU32()
620 DataExtractor::GetU64 (offset_t *offset_ptr, void *void_dst, uint32_t count) const in GetU64()
659 DataExtractor::GetMaxU32 (offset_t *offset_ptr, size_t byte_size) const in GetMaxU32()
684 DataExtractor::GetMaxU64 (offset_t *offset_ptr, size_t size) const in GetMaxU64()
700 DataExtractor::GetMaxU64_unchecked (offset_t *offset_ptr, size_t size) const in GetMaxU64_unchecked()
716 DataExtractor::GetMaxS64 (offset_t *offset_ptr, size_t size) const in GetMaxS64()
732 DataExtractor::GetMaxU64Bitfield (offset_t *offset_ptr, size_t size, uint32_t bitfield_bit_size, ui… in GetMaxU64Bitfield()
748 DataExtractor::GetMaxS64Bitfield (offset_t *offset_ptr, size_t size, uint32_t bitfield_bit_size, ui… in GetMaxS64Bitfield()
[all …]
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDDataExtractor.h462 GetData (lldb::offset_t *offset_ptr, lldb::offset_t length) const in GetData()
860 GetU8_unchecked (lldb::offset_t *offset_ptr) const in GetU8_unchecked()
/trueos/contrib/llvm/include/llvm/Support/
HDDataExtractor.h130 uint64_t getAddress(uint32_t *offset_ptr) const { in getAddress()

12