/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | DataExtractor.cpp | 40 T DataExtractor::getU(uint64_t *offset_ptr, Error *Err) const { in getU() 59 T *DataExtractor::getUs(uint64_t *offset_ptr, T *dst, uint32_t count, in getUs() 79 uint8_t DataExtractor::getU8(uint64_t *offset_ptr, llvm::Error *Err) const { in getU8() 83 uint8_t *DataExtractor::getU8(uint64_t *offset_ptr, uint8_t *dst, in getU8() 92 uint16_t DataExtractor::getU16(uint64_t *offset_ptr, llvm::Error *Err) const { in getU16() 96 uint16_t *DataExtractor::getU16(uint64_t *offset_ptr, uint16_t *dst, in getU16() 107 uint32_t DataExtractor::getU32(uint64_t *offset_ptr, llvm::Error *Err) const { in getU32() 111 uint32_t *DataExtractor::getU32(uint64_t *offset_ptr, uint32_t *dst, in getU32() 116 uint64_t DataExtractor::getU64(uint64_t *offset_ptr, llvm::Error *Err) const { in getU64() 120 uint64_t *DataExtractor::getU64(uint64_t *offset_ptr, uint64_t *dst, in getU64() [all …]
|
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | DNBDataRef.cpp | 97 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()
|
/openbsd-src/gnu/llvm/lldb/source/Utility/ |
H A D | DataExtractor.cpp | 329 void *DataExtractor::GetU8(offset_t *offset_ptr, void *dst, in GetU8() 396 void *DataExtractor::GetU16(offset_t *offset_ptr, void *void_dst, in GetU16() 445 void *DataExtractor::GetU32(offset_t *offset_ptr, void *void_dst, in GetU32() 493 void *DataExtractor::GetU64(offset_t *offset_ptr, void *void_dst, in GetU64() 518 uint32_t DataExtractor::GetMaxU32(offset_t *offset_ptr, in GetMaxU32() 524 uint64_t DataExtractor::GetMaxU64(offset_t *offset_ptr, in GetMaxU64() 548 uint64_t DataExtractor::GetMaxU64_unchecked(offset_t *offset_ptr, in GetMaxU64_unchecked() 568 int64_t DataExtractor::GetMaxS64(offset_t *offset_ptr, size_t byte_size) const { in GetMaxS64() 573 uint64_t DataExtractor::GetMaxU64Bitfield(offset_t *offset_ptr, size_t size, in GetMaxU64Bitfield() 601 int64_t DataExtractor::GetMaxS64Bitfield(offset_t *offset_ptr, size_t size, in GetMaxS64Bitfield() [all …]
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
H A D | DataExtractor.h | 337 const void *GetData(lldb::offset_t *offset_ptr, lldb::offset_t length) const { in GetData() 612 uint8_t GetU8_unchecked(lldb::offset_t *offset_ptr) const { in GetU8_unchecked() 995 template <typename T> T Get(lldb::offset_t *offset_ptr, T fail_value) const { in Get()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugRanges.cpp | 41 lldb::offset_t *offset_ptr, in Extract() 77 lldb::offset_t *offset_ptr, in Dump()
|
H A D | DWARFFormValue.cpp | 33 lldb::offset_t *offset_ptr) { in ExtractValue() 211 lldb::offset_t *offset_ptr, in SkipValue()
|
H A D | DWARFAbbreviationDeclaration.cpp | 29 lldb::offset_t *offset_ptr) { in extract()
|
H A D | DIERef.cpp | 31 lldb::offset_t *offset_ptr) { in Decode()
|
H A D | DWARFDebugArangeSet.cpp | 32 lldb::offset_t *offset_ptr) { in extract()
|
H A D | DWARFDebugAbbrev.cpp | 25 lldb::offset_t *offset_ptr) { in extract()
|
H A D | NameToDIE.cpp | 97 bool NameToDIE::Decode(const DataExtractor &data, lldb::offset_t *offset_ptr, in Decode()
|
H A D | ManualDWARFIndex.cpp | 531 lldb::offset_t *offset_ptr) { in Decode() 647 lldb::offset_t *offset_ptr, in Decode()
|
H A D | DWARFUnit.cpp | 881 lldb::offset_t *offset_ptr) { in extract() 966 DIERef::Section section, lldb::offset_t *offset_ptr) { in extract()
|
H A D | HashedNameToDIE.cpp | 266 lldb::offset_t *offset_ptr, in Read()
|
/openbsd-src/gnu/llvm/lldb/source/Core/ |
H A D | DataFileCache.cpp | 233 lldb::offset_t *offset_ptr) { in Decode() 302 lldb::offset_t *offset_ptr) { in Decode()
|
H A D | Mangled.cpp | 424 bool Mangled::Decode(const DataExtractor &data, lldb::offset_t *offset_ptr, in Decode()
|
H A D | DumpDataExtractor.cpp | 54 lldb::offset_t *offset_ptr, in GetAPInt()
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugRangeList.cpp | 32 uint64_t *offset_ptr) { in extract()
|
H A D | DWARFDebugArangeSet.cpp | 39 uint64_t *offset_ptr, in extract()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | DataExtractor.h | 325 uint64_t getAddress(uint64_t *offset_ptr) const { in getAddress()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/ |
H A D | ObjectFileWasm.cpp | 159 bool ObjectFileWasm::DecodeNextSection(lldb::offset_t *offset_ptr) { in DecodeNextSection()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/ |
H A D | ObjectFilePECOFF.cpp | 583 lldb::offset_t *offset_ptr, in ParseCOFFHeader() 601 bool ObjectFilePECOFF::ParseCOFFOptionalHeader(lldb::offset_t *offset_ptr) { in ParseCOFFOptionalHeader()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCDeclVendor.cpp | 474 lldb::addr_t offset_ptr, uint64_t size) -> bool { in FinishDecl()
|
H A D | AppleObjCClassDescriptorV2.cpp | 560 uint64_t size) -> bool { in fill()
|
/openbsd-src/gnu/llvm/lldb/source/Symbol/ |
H A D | Symbol.cpp | 599 bool Symbol::Decode(const DataExtractor &data, lldb::offset_t *offset_ptr, in Decode()
|