Home
last modified time | relevance | path

Searched refs:GetFormParams (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp81 offset_ptr, m_unit->GetFormParams().getDwarfOffsetByteSize()); in ExtractValue()
124 offset_ptr, m_unit->GetFormParams().getRefAddrByteSize()); in ExtractValue()
248 *offset_ptr += unit->GetFormParams().getRefAddrByteSize(); in SkipValue()
284 *offset_ptr += unit->GetFormParams().getDwarfOffsetByteSize(); in SkipValue()
416 m_unit->GetFormParams().getRefAddrByteSize()); in Dump()
H A DDWARFUnit.h122 const llvm::dwarf::FormParams &GetFormParams() const { in GetFormParams() function