Searched refs:UnwindInfoSections (Results 1 - 2 of 2) sorted by relevance

/external/libunwind_llvm/src/
H A DUnwindCursor.hpp442 bool getInfoFromEHABISection(pint_t pc, const UnwindInfoSections &sects);
460 bool getInfoFromDwarfSection(pint_t pc, const UnwindInfoSections &sects,
472 const UnwindInfoSections &sects);
654 static _Self begin(A& addressSpace, const UnwindInfoSections& sects) {
657 static _Self end(A& addressSpace, const UnwindInfoSections& sects) {
661 EHABISectionIterator(A& addressSpace, const UnwindInfoSections& sects, size_t i)
697 const UnwindInfoSections* _sects;
703 const UnwindInfoSections &sects) {
835 const UnwindInfoSections &sects,
909 const UnwindInfoSections
[all...]
H A DAddressSpace.hpp77 struct UnwindInfoSections { struct in namespace:libunwind
152 bool findUnwindSections(pint_t targetAddr, UnwindInfoSections &info);
347 UnwindInfoSections &info) {
379 UnwindInfoSections *sects;
499 bool findUnwindSections(pint_t targetAddr, UnwindInfoSections &info);

Completed in 156 milliseconds