Home
last modified time | relevance | path

Searched refs:unwindInfo (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/libunwind/src/
DUnwindLevel1-gcc-ext.c145 const uint32_t* unwindInfo = (uint32_t *) frameInfo.unwind_info; in _Unwind_Backtrace() local
147 ex.pr_cache.ehtp = (_Unwind_EHT_Header *) unwindInfo; in _Unwind_Backtrace()
/external/llvm-project/lld/MachO/
DUnwindInfoSection.cpp71 : SyntheticSection(segment_names::text, section_names::unwindInfo) { in UnwindInfoSection()
DSyntheticSections.h45 constexpr const char unwindInfo[] = "__unwind_info"; variable
DWriter.cpp511 .Case(section_names::unwindInfo, std::numeric_limits<int>::max() - 1) in sectionOrder()