Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_info_writer.h187 info_.WriteFlagPresent(DW_AT_declaration); in Write()
226 info_.WriteFlagPresent(DW_AT_artificial); in Write()
366 info_.WriteFlagPresent(DW_AT_artificial); in Write()
448 info_.WriteFlagPresent(DW_AT_declaration); in Write()
549 info_.WriteFlagPresent(DW_AT_declaration); in WriteTypeDeclaration()
560 info_.WriteFlagPresent(DW_AT_declaration); in WriteTypeDeclaration()
/art/compiler/debug/dwarf/
Ddebug_info_entry_writer.h152 void WriteFlagPresent(Attribute attrib) { in WriteFlagPresent() function