Home
last modified time | relevance | path

Searched refs:getOffsetEntry (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFListTable.h116 Optional<uint64_t> getOffsetEntry(DataExtractor Data, uint32_t Index) const { in getOffsetEntry() function
120 return getOffsetEntry(Data, getHeaderOffset() + getHeaderSize(Format), Format, Index); in getOffsetEntry()
123 static Optional<uint64_t> getOffsetEntry(DataExtractor Data, in getOffsetEntry() function
188 Optional<uint64_t> getOffsetEntry(DataExtractor Data, uint32_t Index) const { in getOffsetEntry() function
189 return Header.getOffsetEntry(Data, Index); in getOffsetEntry()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFListTable.cpp95 auto Off = *getOffsetEntry(Data, I); in dump()
H A DDWARFUnit.cpp984 if (Optional<uint64_t> Off = llvm::DWARFListTableHeader::getOffsetEntry( in getRnglistOffset()
991 if (Optional<uint64_t> Off = llvm::DWARFListTableHeader::getOffsetEntry( in getLoclistOffset()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h244 llvm::Optional<uint64_t> Offset = m_loclist_table_header->getOffsetEntry( in GetLoclistOffset()
H A DDWARFUnit.cpp520 if (llvm::Optional<uint64_t> off = GetRnglistTable()->getOffsetEntry( in GetRnglistOffset()