Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DDataExtractor.cpp41 T DataExtractor::getU(uint64_t *offset_ptr, Error *Err) const { in getU()
60 T *DataExtractor::getUs(uint64_t *offset_ptr, T *dst, uint32_t count, in getUs()
80 uint8_t DataExtractor::getU8(uint64_t *offset_ptr, llvm::Error *Err) const { in getU8()
84 uint8_t *DataExtractor::getU8(uint64_t *offset_ptr, uint8_t *dst, in getU8()
93 uint16_t DataExtractor::getU16(uint64_t *offset_ptr, llvm::Error *Err) const { in getU16()
97 uint16_t *DataExtractor::getU16(uint64_t *offset_ptr, uint16_t *dst, in getU16()
112 uint32_t *DataExtractor::getU32(uint64_t *offset_ptr, uint32_t *dst, in getU32()
121 uint64_t *DataExtractor::getU64(uint64_t *offset_ptr, uint64_t *dst, in getU64()
126 uint64_t DataExtractor::getUnsigned(uint64_t *offset_ptr, uint32_t byte_size, in getUnsigned()
142 DataExtractor::getSigned(uint64_t *offset_ptr, uint32_t byte_size) const { in getSigned()
[all …]
/freebsd-13.1/sys/arm/arm/
H A Dstdatomic.c139 put_1(reg_t *r, const uint8_t *offset_ptr, uint8_t val) in put_1()
148 get_1(const reg_t *r, const uint8_t *offset_ptr) in get_1()
157 put_2(reg_t *r, const uint16_t *offset_ptr, uint16_t val) in put_2()
172 get_2(const reg_t *r, const uint16_t *offset_ptr) in get_2()
/freebsd-13.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-13.1/contrib/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp331 void *DataExtractor::GetU8(offset_t *offset_ptr, void *dst, in GetU8()
398 void *DataExtractor::GetU16(offset_t *offset_ptr, void *void_dst, in GetU16()
447 void *DataExtractor::GetU32(offset_t *offset_ptr, void *void_dst, in GetU32()
495 void *DataExtractor::GetU64(offset_t *offset_ptr, void *void_dst, in GetU64()
520 uint32_t DataExtractor::GetMaxU32(offset_t *offset_ptr, in GetMaxU32()
526 uint64_t DataExtractor::GetMaxU64(offset_t *offset_ptr, in GetMaxU64()
550 uint64_t DataExtractor::GetMaxU64_unchecked(offset_t *offset_ptr, in GetMaxU64_unchecked()
570 int64_t DataExtractor::GetMaxS64(offset_t *offset_ptr, size_t byte_size) const { in GetMaxS64()
575 uint64_t DataExtractor::GetMaxU64Bitfield(offset_t *offset_ptr, size_t size, in GetMaxU64Bitfield()
603 int64_t DataExtractor::GetMaxS64Bitfield(offset_t *offset_ptr, size_t size, in GetMaxS64Bitfield()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataExtractor.h326 const void *GetData(lldb::offset_t *offset_ptr, lldb::offset_t length) const { in GetData()
601 uint8_t GetU8_unchecked(lldb::offset_t *offset_ptr) const { in GetU8_unchecked()
984 template <typename T> T Get(lldb::offset_t *offset_ptr, T fail_value) const { in Get()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugRanges.cpp41 lldb::offset_t *offset_ptr, in Extract()
77 lldb::offset_t *offset_ptr, in Dump()
H A DDWARFFormValue.cpp31 lldb::offset_t *offset_ptr) { in ExtractValue()
209 lldb::offset_t *offset_ptr, in SkipValue()
H A DDWARFAbbreviationDeclaration.cpp29 lldb::offset_t *offset_ptr) { in extract()
H A DDWARFDebugArangeSet.cpp32 lldb::offset_t *offset_ptr) { in extract()
H A DDWARFDebugAbbrev.cpp26 lldb::offset_t *offset_ptr) { in extract()
H A DDWARFUnit.cpp819 lldb::offset_t *offset_ptr) { in extract()
898 DIERef::Section section, lldb::offset_t *offset_ptr) { in extract()
H A DHashedNameToDIE.cpp264 lldb::offset_t *offset_ptr, in Read()
H A DDWARFDebugInfoEntry.cpp41 lldb::offset_t *offset_ptr) { in Extract()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRangeList.cpp26 uint64_t *offset_ptr) { in extract()
H A DDWARFDebugArangeSet.cpp38 uint64_t *offset_ptr, in extract()
H A DDWARFUnit.cpp231 uint64_t *offset_ptr, in extract()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DDataExtractor.h322 uint64_t getAddress(uint64_t *offset_ptr) const { in getAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp162 bool ObjectFileWasm::DecodeNextSection(lldb::offset_t *offset_ptr) { in DecodeNextSection()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp70 lldb::offset_t *offset_ptr, in GetAPInt()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp476 lldb::addr_t offset_ptr, uint64_t size) -> bool { in FinishDecl()
H A DAppleObjCClassDescriptorV2.cpp547 uint64_t size) -> bool { in fill()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp32 GetGNUEHPointer(const DataExtractor &DE, offset_t *offset_ptr, in GetGNUEHPointer()