Searched refs:is_debug_frame (Results 1 – 1 of 1) sorted by relevance
210 const bool is_debug_frame = format == dwarf::DW_DEBUG_FRAME_FORMAT; in WriteCFISection() local211 auto* cfi_section = (is_debug_frame ? builder->GetDebugFrame() : builder->GetEhFrame()); in WriteCFISection()215 const Elf_Addr cfi_address = (is_debug_frame ? 0 : cfi_section->GetAddress()); in WriteCFISection()