Searched refs:UnwindInfoSections (Results 1 – 2 of 2) sorted by relevance
/external/libunwind_llvm/src/ |
D | UnwindCursor.hpp | 442 bool getInfoFromEHABISection(pint_t pc, const UnwindInfoSections §s); 460 bool getInfoFromDwarfSection(pint_t pc, const UnwindInfoSections §s, 472 const UnwindInfoSections §s); 654 static _Self begin(A& addressSpace, const UnwindInfoSections& sects) { in begin() 657 static _Self end(A& addressSpace, const UnwindInfoSections& sects) { in end() 661 EHABISectionIterator(A& addressSpace, const UnwindInfoSections& sects, size_t i) in EHABISectionIterator() 697 const UnwindInfoSections* _sects; 703 const UnwindInfoSections §s) { in getInfoFromEHABISection() 835 const UnwindInfoSections §s, in getInfoFromDwarfSection() 909 const UnwindInfoSections §s) { in getInfoFromCompactEncodingSection() [all …]
|
D | AddressSpace.hpp | 77 struct UnwindInfoSections { struct 152 bool findUnwindSections(pint_t targetAddr, UnwindInfoSections &info); 347 UnwindInfoSections &info) { in findUnwindSections() 379 UnwindInfoSections *sects; in findUnwindSections() 499 bool findUnwindSections(pint_t targetAddr, UnwindInfoSections &info);
|