HomeSort by relevance Sort by last modified time
    Searched refs:lto_codegen_write_merged_modules (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm-c/
lto.h 267 lto_codegen_write_merged_modules(lto_code_gen_t cg, const char* path);
  /external/llvm/tools/lto/
lto.cpp 186 /// lto_codegen_write_merged_modules - Writes a new file at the specified path
189 bool lto_codegen_write_merged_modules(lto_code_gen_t cg, const char *path) { function
  /external/llvm/tools/gold/
gold-plugin.cpp 428 bool err = lto_codegen_write_merged_modules(code_gen, path.c_str());

Completed in 47 milliseconds