| /netbsd-src/external/apache2/llvm/dist/clang/utils/check_cfc/ |
| H A D | test_check_cfc.py | 139 self.assertIsNone(check_cfc.get_input_file(['clang'])) 142 check_cfc.get_input_file(['clang', 'test.c']), 'test.c') 145 check_cfc.get_input_file(['clang', 'test.cpp']), 'test.cpp') 148 check_cfc.get_input_file(['clang', 'test.c', 'test2.cpp'])) 150 check_cfc.get_input_file(['clang', 'test.c', 'test2.c'])) 152 self.assertIsNone(check_cfc.get_input_file(['clang', 'test.i'])) 153 self.assertIsNone(check_cfc.get_input_file(['clang', 'test.ii'])) 156 check_cfc.get_input_file(['clang', '"test.c"']), '"test.c"') 158 check_cfc.get_input_file(['clang', "'test.c'"]), "'test.c'") 161 check_cfc.get_input_file(['clang', "\"'test.c'\""]), "\"'test.c'\"")
|
| H A D | check_cfc.py | 124 infile = get_input_file(args) 187 def get_input_file(args): function 208 infile = get_input_file(args) 229 input_is_valid = bool(get_input_file(args)) 387 print("{} {}".format(get_input_file(arguments_a), e.msg), file=sys.stderr)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/ |
| H A D | gold-plugin.cpp | 71 static ld_plugin_get_input_file get_input_file = nullptr; variable 91 if (get_input_file(Handle, File.get()) != LDPS_OK) in PluginInputFile() 409 get_input_file = tv->tv_u.tv_get_input_file; in onload() 461 if (!get_input_file) { in onload()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | plugin.cc | 105 get_input_file(const void *handle, struct ld_plugin_input_file *file); 285 tv[i].tv_u.tv_get_input_file = get_input_file; in load() 1074 Plugin_manager::get_input_file(unsigned int handle, in get_input_file() function in gold::Plugin_manager 1833 get_input_file(const void* handle, struct ld_plugin_input_file* file) in get_input_file() function 1838 return parameters->options().plugins()->get_input_file(obj_index, file); in get_input_file()
|
| H A D | plugin.h | 291 get_input_file(unsigned int handle, struct ld_plugin_input_file* file);
|
| H A D | ChangeLog-0815 | 15719 (Plugin_manager::get_input_file): New function. 15725 (get_input_file, release_input_file): New functions. 15729 (Plugin_manager::get_input_file): New function. 15745 (get_input_file, release_input_file): New static variables. 15749 (all_symbols_read_hook): Exercise get_input_file and release_input_file
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | plugin.cc | 105 get_input_file(const void *handle, struct ld_plugin_input_file *file); 285 tv[i].tv_u.tv_get_input_file = get_input_file; in load() 1074 Plugin_manager::get_input_file(unsigned int handle, in get_input_file() function in gold::Plugin_manager 1833 get_input_file(const void* handle, struct ld_plugin_input_file* file) in get_input_file() function 1838 return parameters->options().plugins()->get_input_file(obj_index, file); in get_input_file()
|
| H A D | plugin.h | 291 get_input_file(unsigned int handle, struct ld_plugin_input_file* file);
|
| H A D | ChangeLog-0815 | 15719 (Plugin_manager::get_input_file): New function. 15725 (get_input_file, release_input_file): New functions. 15729 (Plugin_manager::get_input_file): New function. 15745 (get_input_file, release_input_file): New static variables. 15749 (all_symbols_read_hook): Exercise get_input_file and release_input_file
|
| /netbsd-src/external/gpl3/binutils/dist/ld/ |
| H A D | plugin.c | 528 get_input_file (const void *handle, struct ld_plugin_input_file *file) in get_input_file() function 1046 TVU(get_input_file) = get_input_file; in set_tv_header()
|
| H A D | ChangeLog-2013 | 136 * plugin.c (get_input_file, release_input_file): Likewise.
|
| H A D | ChangeLog-2015 | 1058 (get_input_file): Implemented.
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/ |
| H A D | plugin.c | 515 get_input_file (const void *handle, struct ld_plugin_input_file *file) in get_input_file() function 1030 TVU(get_input_file) = get_input_file; in set_tv_header()
|
| H A D | ChangeLog-2013 | 136 * plugin.c (get_input_file, release_input_file): Likewise.
|
| H A D | ChangeLog-2015 | 1058 (get_input_file): Implemented.
|