Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_frame_writer.h184 auto* cfi_section = builder->GetDebugFrame(); in WriteCFISection()
Delf_debug_writer.cc262 auto* debug_frame = builder->GetDebugFrame(); in PackElfFileForJIT()
/art/libelffile/elf/
Delf_builder.h497 Section* GetDebugFrame() { return &debug_frame_; } in GetDebugFrame() function