Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFListTable.h116 std::optional<uint64_t> getOffsetEntry(DataExtractor Data, in getOffsetEntry() function
121 return getOffsetEntry(Data, getHeaderOffset() + getHeaderSize(Format), Format, Index); in getOffsetEntry()
124 static std::optional<uint64_t> getOffsetEntry(DataExtractor Data, in getOffsetEntry() function
190 std::optional<uint64_t> getOffsetEntry(DataExtractor Data, in getOffsetEntry() function
192 return Header.getOffsetEntry(Data, Index); in getOffsetEntry()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFListTable.cpp95 auto Off = *getOffsetEntry(Data, I); in dump()
H A DDWARFUnit.cpp1212 if (std::optional<uint64_t> Off = llvm::DWARFListTableHeader::getOffsetEntry( in getRnglistOffset()
1219 if (std::optional<uint64_t> Off = llvm::DWARFListTableHeader::getOffsetEntry( in getLoclistOffset()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h251 std::optional<uint64_t> Offset = m_loclist_table_header->getOffsetEntry( in GetLoclistOffset()
H A DDWARFUnit.cpp601 if (std::optional<uint64_t> off = GetRnglistTable()->getOffsetEntry( in GetRnglistOffset()