Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/lib/Support/
H A DDataExtractor.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()
82 uint32_t *DataExtractor::getU32(uint32_t *offset_ptr, uint32_t *dst, in getU32()
92 uint64_t *DataExtractor::getU64(uint32_t *offset_ptr, uint64_t *dst, in getU64()
99 DataExtractor::getUnsigned(uint32_t *offset_ptr, uint32_t byte_size) const { in getUnsigned()
114 DataExtractor::getSigned(uint32_t *offset_ptr, uint32_t byte_size) const { in getSigned()
/freebsd-12.1/sys/mips/mips/
H A Dstdatomic.c102 put_1(reg_t *r, const uint8_t *offset_ptr, uint8_t val) in put_1()
111 get_1(const reg_t *r, const uint8_t *offset_ptr) in get_1()
120 put_2(reg_t *r, const uint16_t *offset_ptr, uint16_t val) in put_2()
135 get_2(const reg_t *r, const uint16_t *offset_ptr) in get_2()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.cpp28 lldb::offset_t *offset_ptr) { in Extract()
33 lldb::offset_t *offset_ptr, in Extract()
H A DDWARFDebugRanges.cpp45 lldb::offset_t *offset_ptr, in Extract()
82 lldb::offset_t *offset_ptr, in Dump()
138 lldb::offset_t *offset_ptr, std::vector<RngListEntry> &rangeList) { in ExtractRangeList()
H A DDWARFDebugMacinfoEntry.cpp67 lldb::offset_t *offset_ptr) { in Extract()
H A DDWARFCompileUnit.cpp25 lldb::offset_t *offset_ptr) { in Extract()
H A DDWARFFormValue.cpp170 lldb::offset_t *offset_ptr) { in ExtractValue()
296 lldb::offset_t *offset_ptr, in SkipValue()
H A DDWARFDebugLine.cpp382 lldb::offset_t *offset_ptr) { in ReadDescriptors()
399 lldb::offset_t *offset_ptr, in ParsePrologue()
564 const DWARFDataExtractor &debug_line_data, lldb::offset_t *offset_ptr, in ParseStatementTable()
861 const DWARFDataExtractor &debug_line_data, lldb::offset_t *offset_ptr, in ParseStatementTable()
H A DDWARFDebugAbbrev.cpp30 lldb::offset_t *offset_ptr) { in Extract()
H A DDWARFDebugArangeSet.cpp135 lldb::offset_t *offset_ptr) { in Extract()
H A DDWARFDebugInfoEntry.cpp39 lldb::offset_t *offset_ptr) { in FastExtract()
216 lldb::offset_t *offset_ptr) { in Extract()
683 const DWARFDataExtractor &debug_info_data, lldb::offset_t *offset_ptr, in DumpAttribute()
H A DHashedNameToDIE.cpp267 lldb::offset_t *offset_ptr, in Read()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DDataExtractor.cpp366 void *DataExtractor::GetU8(offset_t *offset_ptr, void *dst, in GetU8()
435 void *DataExtractor::GetU16(offset_t *offset_ptr, void *void_dst, in GetU16()
486 void *DataExtractor::GetU32(offset_t *offset_ptr, void *void_dst, in GetU32()
536 void *DataExtractor::GetU64(offset_t *offset_ptr, void *void_dst, in GetU64()
560 uint32_t DataExtractor::GetMaxU32(offset_t *offset_ptr, in GetMaxU32()
566 uint64_t DataExtractor::GetMaxU64(offset_t *offset_ptr, in GetMaxU64()
590 uint64_t DataExtractor::GetMaxU64_unchecked(offset_t *offset_ptr, in GetMaxU64_unchecked()
610 int64_t DataExtractor::GetMaxS64(offset_t *offset_ptr, size_t byte_size) const { in GetMaxS64()
615 uint64_t DataExtractor::GetMaxU64Bitfield(offset_t *offset_ptr, size_t size, in GetMaxU64Bitfield()
633 int64_t DataExtractor::GetMaxS64Bitfield(offset_t *offset_ptr, size_t size, in GetMaxS64Bitfield()
[all …]
/freebsd-12.1/sys/arm/arm/
H A Dstdatomic.c389 put_1(reg_t *r, const uint8_t *offset_ptr, uint8_t val) in put_1()
398 get_1(const reg_t *r, const uint8_t *offset_ptr) in get_1()
407 put_2(reg_t *r, const uint16_t *offset_ptr, uint16_t val) in put_2()
422 get_2(const reg_t *r, const uint16_t *offset_ptr) in get_2()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DAuxVector.cpp19 static bool GetMaxU64(DataExtractor &data, lldb::offset_t *offset_ptr, in GetMaxU64()
27 lldb::offset_t *offset_ptr, unsigned int byte_size) { in ParseAuxvEntry()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DDataExtractor.h365 const void *GetData(lldb::offset_t *offset_ptr, lldb::offset_t length) const { in GetData()
687 uint8_t GetU8_unchecked(lldb::offset_t *offset_ptr) const { in GetU8_unchecked()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugArangeSet.cpp34 DWARFDebugArangeSet::extract(DataExtractor data, uint32_t *offset_ptr) { in extract()
H A DDWARFDebugRangeList.cpp27 uint32_t *offset_ptr) { in extract()
H A DDWARFUnit.cpp237 uint32_t *offset_ptr, in extract()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DDataExtractor.h175 uint64_t getAddress(uint32_t *offset_ptr) const { in getAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDumpDataExtractor.cpp68 static bool GetAPInt(const DataExtractor &data, lldb::offset_t *offset_ptr, in GetAPInt()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp508 uint64_t size) -> bool { in fill()
H A DAppleObjCDeclVendor.cpp494 lldb::addr_t offset_ptr, uint64_t size) -> bool { in FinishDecl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DDWARFExpression.cpp3026 lldb::offset_t *offset_ptr, lldb::addr_t &low_pc, lldb::addr_t &high_pc) { in AddressRangeForLocationListEntry()
3081 lldb::offset_t *offset_ptr, int address_size, in print_dwarf_exp_op()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp34 GetGNUEHPointer(const DataExtractor &DE, offset_t *offset_ptr, in GetGNUEHPointer()

12