| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A 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() 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 D | stdatomic.c | 102 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 D | DWARFAbbreviationDeclaration.cpp | 28 lldb::offset_t *offset_ptr) { in Extract() 33 lldb::offset_t *offset_ptr, in Extract()
|
| H A D | DWARFDebugRanges.cpp | 45 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 D | DWARFDebugMacinfoEntry.cpp | 67 lldb::offset_t *offset_ptr) { in Extract()
|
| H A D | DWARFCompileUnit.cpp | 25 lldb::offset_t *offset_ptr) { in Extract()
|
| H A D | DWARFFormValue.cpp | 170 lldb::offset_t *offset_ptr) { in ExtractValue() 296 lldb::offset_t *offset_ptr, in SkipValue()
|
| H A D | DWARFDebugLine.cpp | 382 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 D | DWARFDebugAbbrev.cpp | 30 lldb::offset_t *offset_ptr) { in Extract()
|
| H A D | DWARFDebugArangeSet.cpp | 135 lldb::offset_t *offset_ptr) { in Extract()
|
| H A D | DWARFDebugInfoEntry.cpp | 39 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 D | HashedNameToDIE.cpp | 267 lldb::offset_t *offset_ptr, in Read()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | DataExtractor.cpp | 366 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 D | stdatomic.c | 389 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 D | AuxVector.cpp | 19 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 D | DataExtractor.h | 365 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 D | DWARFDebugArangeSet.cpp | 34 DWARFDebugArangeSet::extract(DataExtractor data, uint32_t *offset_ptr) { in extract()
|
| H A D | DWARFDebugRangeList.cpp | 27 uint32_t *offset_ptr) { in extract()
|
| H A D | DWARFUnit.cpp | 237 uint32_t *offset_ptr, in extract()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | DataExtractor.h | 175 uint64_t getAddress(uint32_t *offset_ptr) const { in getAddress()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | DumpDataExtractor.cpp | 68 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 D | AppleObjCClassDescriptorV2.cpp | 508 uint64_t size) -> bool { in fill()
|
| H A D | AppleObjCDeclVendor.cpp | 494 lldb::addr_t offset_ptr, uint64_t size) -> bool { in FinishDecl()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 3026 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 D | DWARFCallFrameInfo.cpp | 34 GetGNUEHPointer(const DataExtractor &DE, offset_t *offset_ptr, in GetGNUEHPointer()
|