GCC Middle and Back End API Reference
|
Go to the source code of this file.
Data Structures | |
struct | prefix_list |
struct | path_prefix |
Functions | |
void | find_file_set_debug (bool) |
char * | find_a_file (struct path_prefix *, const char *, int) |
void | add_prefix (struct path_prefix *, const char *) |
void | prefix_from_env (const char *, struct path_prefix *) |
void | prefix_from_string (const char *, struct path_prefix *) |
void add_prefix | ( | struct path_prefix * | , |
const char * | |||
) |
char* find_a_file | ( | struct path_prefix * | , |
const char * | , | ||
int | |||
) |
void find_file_set_debug | ( | bool | ) |
void prefix_from_env | ( | const char * | , |
struct path_prefix * | |||
) |
void prefix_from_string | ( | const char * | , |
struct path_prefix * | |||
) |