Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_info_writer.h161 info_.WriteFlagPresent(DW_AT_declaration); in Write()
200 info_.WriteFlagPresent(DW_AT_artificial); in Write()
341 info_.WriteFlagPresent(DW_AT_artificial); in Write()
423 info_.WriteFlagPresent(DW_AT_declaration); in Write()
524 info_.WriteFlagPresent(DW_AT_declaration); in WriteTypeDeclaration()
535 info_.WriteFlagPresent(DW_AT_declaration); in WriteTypeDeclaration()
/art/compiler/debug/dwarf/
Ddebug_info_entry_writer.h152 void WriteFlagPresent(Attribute attrib) { in WriteFlagPresent() function