Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDataExtractor.cpp27 static T getU(uint64_t *offset_ptr, const DataExtractor *de, in getU()
49 static T *getUs(uint64_t *offset_ptr, T *dst, uint32_t count, in getUs()
72 uint8_t DataExtractor::getU8(uint64_t *offset_ptr, llvm::Error *Err) const { in getU8()
77 DataExtractor::getU8(uint64_t *offset_ptr, uint8_t *dst, uint32_t count) const { in getU8()
87 uint16_t DataExtractor::getU16(uint64_t *offset_ptr, llvm::Error *Err) const { in getU16()
91 uint16_t *DataExtractor::getU16(uint64_t *offset_ptr, uint16_t *dst, in getU16()
104 uint32_t DataExtractor::getU32(uint64_t *offset_ptr, llvm::Error *Err) const { in getU32()
108 uint32_t *DataExtractor::getU32(uint64_t *offset_ptr, uint32_t *dst, in getU32()
114 uint64_t DataExtractor::getU64(uint64_t *offset_ptr, llvm::Error *Err) const { in getU64()
118 uint64_t *DataExtractor::getU64(uint64_t *offset_ptr, uint64_t *dst, in getU64()
[all …]
/external/llvm-project/llvm/lib/Support/
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()
108 uint32_t DataExtractor::getU32(uint64_t *offset_ptr, llvm::Error *Err) const { in getU32()
112 uint32_t *DataExtractor::getU32(uint64_t *offset_ptr, uint32_t *dst, in getU32()
117 uint64_t DataExtractor::getU64(uint64_t *offset_ptr, llvm::Error *Err) const { in getU64()
121 uint64_t *DataExtractor::getU64(uint64_t *offset_ptr, uint64_t *dst, in getU64()
[all …]
/external/llvm/lib/Support/
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()
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/llvm-project/lldb/tools/debugserver/source/
DDNBDataRef.cpp97 uint32_t DNBDataRef::GetMax32(offset_t *offset_ptr, uint32_t byte_size) const { in GetMax32()
119 uint64_t DNBDataRef::GetMax64(offset_t *offset_ptr, uint32_t size) const { in GetMax64()
150 const char *DNBDataRef::GetCStr(offset_t *offset_ptr, in GetCStr()
166 const uint8_t *DNBDataRef::GetData(offset_t *offset_ptr, in GetData()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp134 bool DWARFFormValue::extractValue(DataExtractor data, uint32_t *offset_ptr, in extractValue()
256 DWARFFormValue::skipValue(DataExtractor debug_info_data, uint32_t* offset_ptr, in skipValue()
263 uint32_t *offset_ptr, const DWARFUnit *cu) { in skipValue()
268 uint32_t *offset_ptr, uint16_t Version, in skipValue()
DDWARFTypeUnit.cpp17 uint32_t *offset_ptr) { in extractImpl()
DDWARFDebugArangeSet.cpp24 DWARFDebugArangeSet::extract(DataExtractor data, uint32_t *offset_ptr) { in extract()
DDWARFDebugRangeList.cpp22 bool DWARFDebugRangeList::extract(DataExtractor data, uint32_t *offset_ptr) { in extract()
DDWARFUnit.cpp77 bool DWARFUnit::extractImpl(DataExtractor debug_info, uint32_t *offset_ptr) { in extractImpl()
105 bool DWARFUnit::extract(DataExtractor debug_info, uint32_t *offset_ptr) { in extract()
DDWARFDebugLine.cpp68 uint32_t *offset_ptr) { in parse()
248 uint32_t *offset_ptr) { in parse()
/external/llvm-project/lldb/source/Utility/
DDataExtractor.cpp332 void *DataExtractor::GetU8(offset_t *offset_ptr, void *dst, in GetU8()
399 void *DataExtractor::GetU16(offset_t *offset_ptr, void *void_dst, in GetU16()
448 void *DataExtractor::GetU32(offset_t *offset_ptr, void *void_dst, in GetU32()
496 void *DataExtractor::GetU64(offset_t *offset_ptr, void *void_dst, in GetU64()
521 uint32_t DataExtractor::GetMaxU32(offset_t *offset_ptr, in GetMaxU32()
527 uint64_t DataExtractor::GetMaxU64(offset_t *offset_ptr, in GetMaxU64()
551 uint64_t DataExtractor::GetMaxU64_unchecked(offset_t *offset_ptr, in GetMaxU64_unchecked()
571 int64_t DataExtractor::GetMaxS64(offset_t *offset_ptr, size_t byte_size) const { in GetMaxS64()
576 uint64_t DataExtractor::GetMaxU64Bitfield(offset_t *offset_ptr, size_t size, in GetMaxU64Bitfield()
604 int64_t DataExtractor::GetMaxS64Bitfield(offset_t *offset_ptr, size_t size, in GetMaxS64Bitfield()
[all …]
/external/llvm-project/lldb/include/lldb/Utility/
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()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugRanges.cpp41 lldb::offset_t *offset_ptr, in Extract()
77 lldb::offset_t *offset_ptr, in Dump()
DDWARFFormValue.cpp31 lldb::offset_t *offset_ptr) { in ExtractValue()
209 lldb::offset_t *offset_ptr, in SkipValue()
DDWARFAbbreviationDeclaration.cpp31 lldb::offset_t *offset_ptr) { in extract()
DDWARFDebugArangeSet.cpp36 lldb::offset_t *offset_ptr) { in extract()
DDWARFDebugAbbrev.cpp26 lldb::offset_t *offset_ptr) { in extract()
DDWARFUnit.cpp783 DIERef::Section section, lldb::offset_t *offset_ptr, in extract()
854 DIERef::Section section, lldb::offset_t *offset_ptr, in extract()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugArangeSet.cpp33 DWARFDebugArangeSet::extract(DataExtractor data, uint64_t *offset_ptr) { in extract()
DDWARFDebugRangeList.cpp26 uint64_t *offset_ptr) { in extract()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugRangeList.cpp26 uint64_t *offset_ptr) { in extract()
DDWARFDebugArangeSet.cpp38 uint64_t *offset_ptr, in extract()
/external/llvm/include/llvm/Support/
DDataExtractor.h129 uint64_t getAddress(uint32_t *offset_ptr) const { in getAddress()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DDataExtractor.h226 uint64_t getAddress(uint64_t *offset_ptr) const { in getAddress()
/external/llvm-project/llvm/include/llvm/Support/
DDataExtractor.h322 uint64_t getAddress(uint64_t *offset_ptr) const { in getAddress()

12