Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dprint-tree.cc451 if (code == VAR_DECL && DECL_IN_TEXT_SECTION (node)) in print_node()
Dipa-icf.cc1665 if (DECL_IN_TEXT_SECTION (decl) != DECL_IN_TEXT_SECTION (item->decl)) in equals_wpa()
Ddbxout.cc3109 else if (DECL_IN_TEXT_SECTION (decl)) in dbxout_symbol_location()
Dtree.h2977 #define DECL_IN_TEXT_SECTION(NODE) \ macro
Dvarasm.cc2392 DECL_IN_TEXT_SECTION (decl) = 1; in assemble_variable()
DChangeLog-200617175 * varasm.c (assemble_variable): Fix setting of DECL_IN_TEXT_SECTION.
DChangeLog-200024482 (DECL_IN_TEXT_SECTION): Use VAR_DECL_CHECK.
DChangeLog-201321307 BINFO_SUBVTT_INDEX, BINFO_VPTR_INDEX, DECL_IN_TEXT_SECTION.
/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
DChangeLog2425 DECL_DEFER_OUTPUT and DECL_IN_TEXT_SECTION.