GCC Middle and Back End API Reference
target_libfuncs Struct Reference

#include <libfuncs.h>

Collaboration diagram for target_libfuncs:

Data Fields

rtx x_libfunc_table [LTI_MAX]
htab_t x_libfunc_hash

Detailed Description

Target-dependent globals.


Field Documentation

htab_t target_libfuncs::x_libfunc_hash

Hash table used to convert declarations into nodes.

rtx target_libfuncs::x_libfunc_table[LTI_MAX]

SYMBOL_REF rtx's for the library functions that are called implicitly and not via optabs.


The documentation for this struct was generated from the following file: