Home
last modified time | relevance | path

Searched refs:GetPointer (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DValueObjectDynamicValue.cpp414 if (data.GetPointer(&offset) != 0) in SetData()
DDataExtractor.cpp856 DataExtractor::GetPointer (offset_t *offset_ptr) const in GetPointer() function in DataExtractor
DValueObject.cpp1832 address = m_data.GetPointer(&data_offset); in GetPointerValue()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
DDataExtractor.h825 GetPointer (lldb::offset_t *offset_ptr) const;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
DMaterializer.cpp643 ptr = extractor.GetPointer(&offset); in DumpToLog()
915 ptr = extractor.GetPointer(&offset); in DumpToLog()
DDWARFExpression.cpp1463 stack.back().GetScalar() = addr_data.GetPointer(&addr_data_offset); in Evaluate()
1566 … default: stack.back().GetScalar() = addr_data.GetPointer(&addr_data_offset); in Evaluate()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
DDWARFCallFrameInfo.cpp524 row->SetOffset(m_cfi_data.GetPointer(&offset) - startaddr.GetFileAddress()); in FDEToUnwindPlan()