Home
last modified time | relevance | path

Searched defs:GetDebugInfo (Results 1 – 3 of 3) sorted by relevance

/art/libelffile/elf/
Delf_builder.h499 Section* GetDebugInfo() { return &debug_info_; } in GetDebugInfo() function
/art/dexlayout/
Ddex_ir.h1097 uint8_t* GetDebugInfo() const { return debug_info_.get(); } in GetDebugInfo() function
/art/dex2oat/linker/
Doat_writer.cc4237 debug::DebugInfo OatWriter::GetDebugInfo() const { in GetDebugInfo() function in art::linker::OatWriter