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 D | DWARFDebugInfoEntry.cpp | 234 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 D | DWARFDIE.cpp | 443 lldb_private::DWARFExpression *frame_base) const { in GetDIENamesAndRanges() 447 call_file, call_line, call_column, frame_base); in GetDIENamesAndRanges()
|
| H A D | DWARFDIE.h | 92 lldb_private::DWARFExpression *frame_base) const;
|
| H A D | DWARFDebugInfoEntry.h | 107 lldb_private::DWARFExpression *frame_base = nullptr) const;
|
| H A D | DWARFASTParserClang.cpp | 2213 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 D | StackFrame.cpp | 1066 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 D | Dwarf.def | 317 HANDLE_DW_AT(0x40, frame_base, 2, DWARF)
|