Home
last modified time | relevance | path

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

/art/libelffile/elf/
Delf_builder.h469 debug_line_(this, ".debug_line", SHT_PROGBITS, 0, nullptr, 0, 1, 0), in ElfBuilder()
500 Section* GetDebugLine() { return &debug_line_; } in GetDebugLine()
952 Section debug_line_; variable