Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_frame_writer.h210 auto* cfi_section = (format == dwarf::DW_DEBUG_FRAME_FORMAT in WriteCFISection() local
214 cfi_section->Start(); in WriteCFISection()
216 const Elf_Addr cfi_address = cfi_section->GetAddress(); in WriteCFISection()
221 cfi_section->WriteFully(buffer.data(), buffer.size()); in WriteCFISection()
237 cfi_section->WriteFully(buffer.data(), buffer.size()); in WriteCFISection()
241 cfi_section->End(); in WriteCFISection()
261 header.PushInt32(cfi_section->GetAddress() - (header_address + 4u)); in WriteCFISection()