Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DDataExtractor.cpp40 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 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()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DDataExtractor.cpp329 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 DDataExtractor.h337 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 DDWARFDebugRanges.cpp41 lldb::offset_t *offset_ptr, in Extract()
77 lldb::offset_t *offset_ptr, in Dump()
H A DDWARFFormValue.cpp33 lldb::offset_t *offset_ptr) { in ExtractValue()
211 lldb::offset_t *offset_ptr, in SkipValue()
H A DDWARFAbbreviationDeclaration.cpp29 lldb::offset_t *offset_ptr) { in extract()
H A DDIERef.cpp31 lldb::offset_t *offset_ptr) { in Decode()
H A DDWARFDebugArangeSet.cpp32 lldb::offset_t *offset_ptr) { in extract()
H A DDWARFDebugAbbrev.cpp25 lldb::offset_t *offset_ptr) { in extract()
H A DNameToDIE.cpp97 bool NameToDIE::Decode(const DataExtractor &data, lldb::offset_t *offset_ptr, in Decode()
H A DManualDWARFIndex.cpp531 lldb::offset_t *offset_ptr) { in Decode()
647 lldb::offset_t *offset_ptr, in Decode()
H A DDWARFUnit.cpp881 lldb::offset_t *offset_ptr) { in extract()
966 DIERef::Section section, lldb::offset_t *offset_ptr) { in extract()
H A DHashedNameToDIE.cpp266 lldb::offset_t *offset_ptr, in Read()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDataFileCache.cpp233 lldb::offset_t *offset_ptr) { in Decode()
302 lldb::offset_t *offset_ptr) { in Decode()
H A DMangled.cpp424 bool Mangled::Decode(const DataExtractor &data, lldb::offset_t *offset_ptr, in Decode()
H A DDumpDataExtractor.cpp54 lldb::offset_t *offset_ptr, in GetAPInt()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRangeList.cpp32 uint64_t *offset_ptr) { in extract()
H A DDWARFDebugArangeSet.cpp39 uint64_t *offset_ptr, in extract()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DDataExtractor.h325 uint64_t getAddress(uint64_t *offset_ptr) const { in getAddress()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp159 bool ObjectFileWasm::DecodeNextSection(lldb::offset_t *offset_ptr) { in DecodeNextSection()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp583 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 DAppleObjCDeclVendor.cpp474 lldb::addr_t offset_ptr, uint64_t size) -> bool { in FinishDecl()
H A DAppleObjCClassDescriptorV2.cpp560 uint64_t size) -> bool { in fill()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DSymbol.cpp599 bool Symbol::Decode(const DataExtractor &data, lldb::offset_t *offset_ptr, in Decode()

12