Home
last modified time | relevance | path

Searched refs:get_input_file (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/utils/check_cfc/
H A Dtest_check_cfc.py139 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 Dcheck_cfc.py124 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 Dgold-plugin.cpp71 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 Dplugin.cc105 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 Dplugin.h291 get_input_file(unsigned int handle, struct ld_plugin_input_file* file);
H A DChangeLog-081515719 (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 Dplugin.cc105 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 Dplugin.h291 get_input_file(unsigned int handle, struct ld_plugin_input_file* file);
H A DChangeLog-081515719 (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 Dplugin.c528 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 DChangeLog-2013136 * plugin.c (get_input_file, release_input_file): Likewise.
H A DChangeLog-20151058 (get_input_file): Implemented.
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dplugin.c515 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 DChangeLog-2013136 * plugin.c (get_input_file, release_input_file): Likewise.
H A DChangeLog-20151058 (get_input_file): Implemented.