Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_line_writer.h46 builder_->GetDebugLine()->Start(); in Start()
58 compilation_unit.debug_line_offset = builder_->GetDebugLine()->GetPosition(); in WriteCompilationUnit()
265 builder_->GetDebugLine()->WriteFully(buffer.data(), buffer.size()); in WriteCompilationUnit()
270 builder_->GetDebugLine()->End(); in End()
/art/libelffile/elf/
Delf_builder.h500 Section* GetDebugLine() { return &debug_line_; } in GetDebugLine() function