Home
last modified time | relevance | path

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

/aosp12/art/tools/create_minidebuginfo/
H A Dcreate_minidebuginfo.cc94 auto* debug_frame = builder->GetDebugFrame(); in WriteMinidebugInfo()
/aosp12/art/compiler/debug/
H A Delf_debug_frame_writer.h183 auto* cfi_section = builder->GetDebugFrame(); in WriteCFISection()
H A Delf_debug_writer.cc262 auto* debug_frame = builder->GetDebugFrame(); in PackElfFileForJIT()
/aosp12/art/libelffile/elf/
H A Delf_builder.h507 Section* GetDebugFrame() { return &debug_frame_; } in GetDebugFrame() function