Searched refs:header_section (Results 1 – 1 of 1) sorted by relevance
245 auto* header_section = builder->GetDebugFrameHdr(); in WriteCFISection() local246 header_section->Start(); in WriteCFISection()247 header_section->WriteFully(header_buffer.data(), header_buffer.size()); in WriteCFISection()248 header_section->WriteFully(binary_search_table.data(), binary_search_table.size()); in WriteCFISection()249 header_section->End(); in WriteCFISection()