Searched refs:BLOCK_DIE (Results 1 – 2 of 2) sorted by relevance
5835 die = BLOCK_DIE (decl); in dwarf2out_die_ref_for_decl()5899 = TREE_CODE (decl) == BLOCK ? BLOCK_DIE (decl) : lookup_decl_die (decl); in dwarf2out_register_external_die()5912 && !BLOCK_DIE (ctx)) in dwarf2out_register_external_die()5927 parent = BLOCK_DIE (ctx); in dwarf2out_register_external_die()5994 BLOCK_DIE (decl) = die; in dwarf2out_register_external_die()21243 origin_die = BLOCK_DIE (origin); in add_abstract_origin_attribute()22687 stmt_die = BLOCK_DIE (block); in gen_call_site_die()24169 dw_die_ref old_die = BLOCK_DIE (stmt); in gen_lexical_block_die()24174 BLOCK_DIE (stmt) = stmt_die; in gen_lexical_block_die()24202 BLOCK_DIE (stmt) = stmt_die; in gen_lexical_block_die()[all …]
1807 #define BLOCK_DIE(NODE) (BLOCK_CHECK (NODE)->block.die) macro