Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_frame_writer.h227 auto* header_section = builder->GetDebugFrameHdr(); in WriteCFISection() local
228 header_section->Start(); in WriteCFISection()
229 header_section->WriteFully(header_buffer.data(), header_buffer.size()); in WriteCFISection()
230 header_section->WriteFully(binary_search_table.data(), in WriteCFISection()
232 header_section->End(); in WriteCFISection()