Home
last modified time | relevance | path

Searched refs:getOffset32 (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp344 baseOffset = contribution->getOffset32(); in SetDwoStrOffsetsBase()
492 offset += contribution->getOffset32(); in SetLoclistsBase()
530 return DWARFDataExtractor(data, contribution->getOffset32(), in GetLocationData()
543 return DWARFDataExtractor(data, contribution->getOffset32(), in GetRnglistData()
938 header.m_abbr_offset = abbr_entry->getOffset32(); in extract()
H A DSymbolFileDWARFDwo.cpp45 unit_contrib->getOffset32())); in GetDWOCompileUnitForHash()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnitIndex.cpp255 Contrib.getOffset32(), in dump()
256 Contrib.getOffset32() + Contrib.getLength32()); in dump()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnitIndex.h127 uint32_t getOffset32() const { return (uint32_t)Offset; } in getOffset32() function
H A DDWARFUnit.h539 return Contrib->getOffset32(); in getLineTableOffset()
/openbsd-src/gnu/llvm/llvm/lib/DWP/
H A DDWP.cpp414 ? E.second.Contributions[I].getOffset32() in writeIndexTable()