Home
last modified time | relevance | path

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

/art/compiler/linker/
Delf_builder.h576 Section* GetDebugInfo() { return &debug_info_; } in GetDebugInfo() function
/art/dexlayout/
Ddex_ir.h1117 uint8_t* GetDebugInfo() const { return debug_info_.get(); } in GetDebugInfo() function
/art/dex2oat/linker/
Doat_writer.cc4415 debug::DebugInfo OatWriter::GetDebugInfo() const { in GetDebugInfo() function in art::linker::OatWriter