Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp126 std::optional<int> &call_column, DWARFExpressionList *frame_base) const { in GetDIENamesAndRanges()
232 if (frame_base) { in GetDIENamesAndRanges()
237 *frame_base = in GetDIENamesAndRanges()
249 DWARFExpression::ParseDWARFLocationList(cu, data, frame_base); in GetDIENamesAndRanges()
250 frame_base->SetFuncFileAddress(lo_pc); in GetDIENamesAndRanges()
277 frame_base->SetFuncFileAddress(lowest_range_pc); in GetDIENamesAndRanges()
H A DDWARFDIE.h105 DWARFExpressionList *frame_base) const;
H A DDWARFDIE.cpp507 lldb_private::DWARFExpressionList *frame_base) const { in GetDIENamesAndRanges()
511 call_file, call_line, call_column, frame_base); in GetDIENamesAndRanges()
H A DDWARFDebugInfoEntry.h117 DWARFExpressionList *frame_base = nullptr) const;
H A DDWARFASTParserClang.cpp2454 DWARFExpressionList frame_base; in ParseFunctionFromDWARF() local
2463 &frame_base)) { in ParseFunctionFromDWARF()
2502 if (frame_base.IsValid()) in ParseFunctionFromDWARF()
2503 func_sp->GetFrameBaseExpression() = frame_base; in ParseFunctionFromDWARF()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1079 bool StackFrame::GetFrameBaseValue(Scalar &frame_base, Status *error_ptr) { in GetFrameBaseValue() argument
1118 frame_base = m_frame_base; in GetFrameBaseValue()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def328 HANDLE_DW_AT(0x40, frame_base, 2, DWARF)