Searched refs:dbxout_symbol_location (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/gcc/
H A Ddbxout.c328 static int dbxout_symbol_location (tree, tree, const char *, rtx);
625 used by dbxout_symbol_location, which needs to do something else. */
2795 result = dbxout_symbol_location (decl, type, 0, decl_rtl);
2813 dbxout_symbol_location (tree decl, tree type, const char *suffix, rtx home)
3019 dbxout_symbol_location (decl, subtype, "$imag", XEXP (home, 0));
3021 dbxout_symbol_location (decl, subtype, "$real", XEXP (home, 0));
3024 dbxout_symbol_location (decl, subtype, "$real", XEXP (home, 1));
3026 dbxout_symbol_location (decl, subtype, "$imag", XEXP (home, 1));
3328 dbxout_symbol_location (parms, TREE_TYPE (parms),
3331 dbxout_symbol_location (parm
2804 dbxout_symbol_location (tree decl, tree type, const char *suffix, rtx home) function
[all...]

Completed in 107 milliseconds