Searched defs:GetUnwindPlan (Results 1 – 8 of 8) sorted by relevance
/llvm-project/lldb/unittests/ObjectFile/PECOFF/ |
H A D | TestPECallFrameInfo.cpp | 32 void PECallFrameInfoTest::GetUnwindPlan(addr_t file_addr, UnwindPlan &plan) const { in GetUnwindPlan() function in PECallFrameInfoTest
|
/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
H A D | PECallFrameInfo.cpp | 458 bool PECallFrameInfo::GetUnwindPlan(const Address &addr, in GetUnwindPlan() function in PECallFrameInfo 463 bool PECallFrameInfo::GetUnwindPlan(const AddressRange &range, in GetUnwindPlan() function in PECallFrameInfo
|
/llvm-project/lldb/source/Symbol/ |
H A D | ArmUnwindInfo.cpp | 99 bool ArmUnwindInfo::GetUnwindPlan(Target &target, const Address &addr, in GetUnwindPlan() function in ArmUnwindInfo
|
H A D | DWARFCallFrameInfo.cpp | 154 bool DWARFCallFrameInfo::GetUnwindPlan(const Address &addr, in GetUnwindPlan() function in DWARFCallFrameInfo 159 bool DWARFCallFrameInfo::GetUnwindPlan(const AddressRange &range, in GetUnwindPlan() function in DWARFCallFrameInfo
|
H A D | SymbolFileOnDemand.cpp | 499 SymbolFileOnDemand::GetUnwindPlan(const Address &address, in GetUnwindPlan() function in SymbolFileOnDemand
|
H A D | CompactUnwindInfo.cpp | 173 bool CompactUnwindInfo::GetUnwindPlan(Target &target, Address addr, in GetUnwindPlan() function in CompactUnwindInfo
|
/llvm-project/lldb/include/lldb/Symbol/ |
H A D | SymbolFile.h | 369 GetUnwindPlan(const Address &address, const RegisterInfoResolver &resolver) { GetUnwindPlan() function
|
/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
H A D | SymbolFileBreakpad.cpp | 631 SymbolFileBreakpad::GetUnwindPlan(const Address &address, GetUnwindPlan() function in SymbolFileBreakpad
|