HomeSort by: relevance | last modified time | path
    Searched defs:get_input_file (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/utils/check_cfc/
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)
  /src/external/apache2/llvm/dist/llvm/tools/gold/
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)
409 get_input_file = tv->tv_u.tv_get_input_file;
461 if (!get_input_file) {
462 message(LDPL_ERROR, "get_input_file not passed to LLVMgold.");
575 // invoke get_input_file once per archive (only for the leader handle).
  /src/external/gpl3/binutils/dist/ld/
plugin.c 530 get_input_file (const void *handle, struct ld_plugin_input_file *file) function
1054 TVU(get_input_file) = get_input_file;
  /src/external/gpl3/binutils.old/dist/ld/
plugin.c 531 get_input_file (const void *handle, struct ld_plugin_input_file *file) function
1055 TVU(get_input_file) = get_input_file;

Completed in 18 milliseconds