Home
last modified time | relevance | path

Searched refs:DoGetFrameInfoAtIndex (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/include/lldb/Target/
DUnwind.h43 if (!DoGetFrameInfoAtIndex(idx, cfa, pc, behaves_like_zeroth_frame)) { in GetFramesUpTo()
53 return DoGetFrameInfoAtIndex(frame_idx, cfa, pc, behaves_like_zeroth_frame); in GetFrameInfoAtIndex()
69 virtual bool DoGetFrameInfoAtIndex(uint32_t frame_idx, lldb::addr_t &cfa,
DUnwindLLDB.h75 bool DoGetFrameInfoAtIndex(uint32_t frame_idx, lldb::addr_t &cfa,
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DHistoryUnwind.h32 bool DoGetFrameInfoAtIndex(uint32_t frame_idx, lldb::addr_t &cfa,
DHistoryUnwind.cpp55 bool HistoryUnwind::DoGetFrameInfoAtIndex(uint32_t frame_idx, lldb::addr_t &cfa, in DoGetFrameInfoAtIndex() function in HistoryUnwind
/external/llvm-project/lldb/source/Target/
DUnwindLLDB.cpp392 bool UnwindLLDB::DoGetFrameInfoAtIndex(uint32_t idx, addr_t &cfa, addr_t &pc, in DoGetFrameInfoAtIndex() function in UnwindLLDB