Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp234 DWARFExpression *frame_base) const { in GetDIENamesAndRanges()
343 if (frame_base) { in GetDIENamesAndRanges()
348 *frame_base = DWARFExpression( in GetDIENamesAndRanges()
355 *frame_base = DWARFExpression(module, data, cu); in GetDIENamesAndRanges()
358 frame_base->SetLocationListAddresses(cu->GetBaseAddress(), in GetDIENamesAndRanges()
387 frame_base->SetLocationListAddresses(cu->GetBaseAddress(), lowest_range_pc); in GetDIENamesAndRanges()
H A DDWARFDIE.cpp443 lldb_private::DWARFExpression *frame_base) const { in GetDIENamesAndRanges()
447 call_file, call_line, call_column, frame_base); in GetDIENamesAndRanges()
H A DDWARFDIE.h92 lldb_private::DWARFExpression *frame_base) const;
H A DDWARFDebugInfoEntry.h107 lldb_private::DWARFExpression *frame_base = nullptr) const;
H A DDWARFASTParserClang.cpp2213 DWARFExpression frame_base; in ParseFunctionFromDWARF() local
2222 &frame_base)) { in ParseFunctionFromDWARF()
2305 if (frame_base.IsValid()) in ParseFunctionFromDWARF()
2306 func_sp->GetFrameBaseExpression() = frame_base; in ParseFunctionFromDWARF()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1066 bool StackFrame::GetFrameBaseValue(Scalar &frame_base, Status *error_ptr) { in GetFrameBaseValue() argument
1105 frame_base = m_frame_base; in GetFrameBaseValue()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def317 HANDLE_DW_AT(0x40, frame_base, 2, DWARF)