HomeSort by relevance Sort by last modified time
    Searched defs:get_input_file (Results 1 - 5 of 5) sorted by null

  /external/clang/utils/check_cfc/
check_cfc.py 121 infile = get_input_file(args)
184 def get_input_file(args): function
205 infile = get_input_file(args)
226 input_is_valid = bool(get_input_file(args))
384 print("{} {}".format(get_input_file(arguments_a), e.msg), file=sys.stderr)
  /toolchain/binutils/binutils-2.27/gold/testsuite/
plugin_test.c 63 static ld_plugin_get_input_file get_input_file = NULL; variable
138 get_input_file = entry->tv_u.tv_get_input_file;
493 if (get_input_file == NULL)
511 (*get_input_file) (claimed_file->handle, &file);
  /toolchain/binutils/binutils-2.27/gold/
plugin.cc 109 get_input_file(const void *handle, struct ld_plugin_input_file *file);
282 tv[i].tv_u.tv_get_input_file = get_input_file;
782 Plugin_manager::get_input_file(unsigned int handle, function in class:gold::Plugin_manager
1518 get_input_file(const void* handle, struct ld_plugin_input_file* file) function in namespace:gold
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
plugin.c 513 get_input_file (const void *handle, struct ld_plugin_input_file *file) function
932 TVU(get_input_file) = get_input_file;
    [all...]
  /external/llvm/tools/gold/
gold-plugin.cpp 72 static ld_plugin_get_input_file get_input_file = nullptr; variable
91 if (get_input_file(Handle, File.get()) != LDPS_OK)
337 get_input_file = tv->tv_u.tv_get_input_file;
382 if (!get_input_file) {
383 message(LDPL_ERROR, "get_input_file not passed to LLVMgold.");
517 // invoke get_input_file once per archive (only for the leader handle).
    [all...]

Completed in 332 milliseconds