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.h244 auto* header_section = builder->GetEhFrameHdr(); in WriteCFISection() local
245 header_section->Start(); in WriteCFISection()
246 uint32_t header_address = dchecked_integral_cast<int32_t>(header_section->GetAddress()); in WriteCFISection()
263 header_section->WriteFully(buffer.data(), buffer.size()); in WriteCFISection()
269 header_section->WriteFully(binary_search_table.data(), binary_search_table.size()); in WriteCFISection()
270 header_section->End(); in WriteCFISection()