OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:com_die
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc
24528
dw_die_ref
com_die
;
24568
com_die
= common_block_die_table->find (&com_die_arg);
24571
if (
com_die
== NULL)
24577
com_die
= new_die (DW_TAG_common_block, context_die, decl);
24578
add_name_and_src_coords_attributes (
com_die
, com_decl);
24581
add_AT_location_description (
com_die
, DW_AT_location, loc);
24587
add_AT_flag (
com_die
, DW_AT_declaration, 1);
24589
add_pubname_string (cnam,
com_die
); /* ??? needed? */
24590
com_die
->decl_id = DECL_UID (com_decl);
24591
slot = common_block_die_table->find_slot (
com_die
, INSERT)
24510
dw_die_ref
com_die
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc
24412
dw_die_ref
com_die
;
24452
com_die
= common_block_die_table->find (&com_die_arg);
24455
if (
com_die
== NULL)
24461
com_die
= new_die (DW_TAG_common_block, context_die, decl);
24462
add_name_and_src_coords_attributes (
com_die
, com_decl);
24465
add_AT_location_description (
com_die
, DW_AT_location, loc);
24471
add_AT_flag (
com_die
, DW_AT_declaration, 1);
24473
add_pubname_string (cnam,
com_die
); /* ??? needed? */
24474
com_die
->decl_id = DECL_UID (com_decl);
24475
slot = common_block_die_table->find_slot (
com_die
, INSERT)
24394
dw_die_ref
com_die
;
local
[
all
...]
Completed in 53 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026