Searched refs:CIE (Results 1 – 3 of 3) sorted by relevance
47 using CIE = typename ElfDebugReader<ElfTypes>::CIE; in WriteMinidebugInfo() typedef98 std::unordered_map<const CIE*, Elf_Addr> new_cie_offset; in WriteMinidebugInfo()99 std::deque<std::pair<const FDE*, const CIE*>> entries; in WriteMinidebugInfo()102 [&](const CIE* cie) { in WriteMinidebugInfo()110 [&](const FDE* fde, const CIE* cie) { entries.emplace_back(std::make_pair(fde, cie)); }); in WriteMinidebugInfo()121 const CIE* cie = entry.second; in WriteMinidebugInfo()
54 struct CIE : public CFI { struct163 visit_cie(Read<CIE>(debug_frame->sh_offset + offset)); in VisitDebugFrame()166 visit_fde(fde, Read<CIE>(debug_frame->sh_offset + fde->cie_pointer)); in VisitDebugFrame()
215 reader.VisitDebugFrame([&]([[maybe_unused]] const Reader::CIE* cie) { num_cies++; }, in MakeElfFileForJIT()216 [&](const Reader::FDE* fde, [[maybe_unused]] const Reader::CIE* cie) { in MakeElfFileForJIT()304 [&](const Reader::CIE* cie) { in PackElfFileForJIT()310 [&](const Reader::FDE* fde, [[maybe_unused]] const Reader::CIE* cie) { in PackElfFileForJIT()