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.cpp110 std::optional<int> &call_column, DWARFExpressionList *frame_base) const { in GetDIENamesAndRanges()
226 if (frame_base) { in GetDIENamesAndRanges()
231 *frame_base = in GetDIENamesAndRanges()
243 cu->ParseDWARFLocationList(data, *frame_base); in GetDIENamesAndRanges()
244 frame_base->SetFuncFileAddress(lo_pc); in GetDIENamesAndRanges()
268 frame_base->SetFuncFileAddress(file_addr); in GetDIENamesAndRanges()
H A DDWARFDIE.h121 std::optional<int> &call_column, DWARFExpressionList *frame_base) const;
H A DDWARFDebugInfoEntry.h131 DWARFExpressionList *frame_base = nullptr) const;
H A DDWARFDIE.cpp590 lldb_private::DWARFExpressionList *frame_base) const { in GetDIENamesAndRanges()
594 call_file, call_line, call_column, frame_base); in GetDIENamesAndRanges()
H A DDWARFASTParserClang.cpp2472 DWARFExpressionList frame_base; in ParseFunctionFromDWARF() local
2481 call_column, &frame_base)) { in ParseFunctionFromDWARF()
2538 if (frame_base.IsValid()) in ParseFunctionFromDWARF()
2539 func_sp->GetFrameBaseExpression() = frame_base; in ParseFunctionFromDWARF()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1145 llvm::Error StackFrame::GetFrameBaseValue(Scalar &frame_base) { in GetFrameBaseValue() argument
1181 frame_base = m_frame_base; in GetFrameBaseValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def338 HANDLE_DW_AT(0x40, frame_base, 2, DWARF)