Home
last modified time | relevance | path

Searched refs:CIE (Results 1 – 3 of 3) sorted by relevance

/art/tools/create_minidebuginfo/
Dcreate_minidebuginfo.cc47 using CIE = typename ElfDebugReader<ElfTypes>::CIE; in WriteMinidebugInfo() typedef
98 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()
/art/libelffile/elf/
Delf_debug_reader.h54 struct CIE : public CFI { struct
163 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()
/art/compiler/debug/
Delf_debug_writer.cc215 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()