Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp124 std::optional<int> &call_column, DWARFExpressionList *frame_base) const { in GetDIENamesAndRanges()
230 if (frame_base) { in GetDIENamesAndRanges()
235 *frame_base = in GetDIENamesAndRanges()
247 DWARFExpression::ParseDWARFLocationList(cu, data, frame_base); in GetDIENamesAndRanges()
248 frame_base->SetFuncFileAddress(lo_pc); in GetDIENamesAndRanges()
275 frame_base->SetFuncFileAddress(lowest_range_pc); in GetDIENamesAndRanges()
H A DDWARFDIE.h104 DWARFExpressionList *frame_base) const;
H A DDWARFDIE.cpp582 lldb_private::DWARFExpressionList *frame_base) const { in GetDIENamesAndRanges()
586 call_file, call_line, call_column, frame_base); in GetDIENamesAndRanges()
H A DDWARFDebugInfoEntry.h117 DWARFExpressionList *frame_base = nullptr) const;
H A DDWARFASTParserClang.cpp2384 DWARFExpressionList frame_base; in ParseFunctionFromDWARF() local
2393 &frame_base)) { in ParseFunctionFromDWARF()
2432 if (frame_base.IsValid()) in ParseFunctionFromDWARF()
2433 func_sp->GetFrameBaseExpression() = frame_base; in ParseFunctionFromDWARF()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1079 bool StackFrame::GetFrameBaseValue(Scalar &frame_base, Status *error_ptr) { in GetFrameBaseValue() argument
1113 frame_base = m_frame_base; in GetFrameBaseValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def333 HANDLE_DW_AT(0x40, frame_base, 2, DWARF)