Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_frame_writer.h211 auto* cfi_section = (is_debug_frame ? builder->GetDebugFrame() : builder->GetEhFrame()); in WriteCFISection()
/art/compiler/linker/
Delf_builder.h573 Section* GetEhFrame() { return &eh_frame_; } in GetEhFrame() function