Home
last modified time | relevance | path

Searched refs:GetCompactUnwindInfoForFunction (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompactUnwindInfo.h104 bool GetCompactUnwindInfoForFunction(Target &target, Address address,
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp179 if (GetCompactUnwindInfoForFunction(target, addr, function_info)) { in GetUnwindPlan()
491 bool CompactUnwindInfo::GetCompactUnwindInfoForFunction( in GetCompactUnwindInfoForFunction() function in CompactUnwindInfo