Searched refs:OutputName (Results 1 – 9 of 9) sorted by relevance
/external/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 478 std::string OutputName = OutputFilename; in distributedIndexes() local 479 if (OutputName.empty()) { in distributedIndexes() 480 OutputName = Filename + ".thinlto.bc"; in distributedIndexes() 482 OutputName = getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix); in distributedIndexes() 484 raw_fd_ostream OS(OutputName, EC, sys::fs::OpenFlags::F_None); in distributedIndexes() 485 error(EC, "error opening the file '" + OutputName + "'"); in distributedIndexes() 504 std::string OutputName = OutputFilename; in emitImports() local 505 if (OutputName.empty()) { in emitImports() 506 OutputName = Filename + ".imports"; in emitImports() 508 OutputName = getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix); in emitImports() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 566 std::string OutputName = OutputFilename; in distributedIndexes() local 567 if (OutputName.empty()) { in distributedIndexes() 568 OutputName = Filename + ".thinlto.bc"; in distributedIndexes() 570 OutputName = getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix); in distributedIndexes() 572 raw_fd_ostream OS(OutputName, EC, sys::fs::OpenFlags::F_None); in distributedIndexes() 573 error(EC, "error opening the file '" + OutputName + "'"); in distributedIndexes() 592 std::string OutputName = OutputFilename; in emitImports() local 593 if (OutputName.empty()) { in emitImports() 594 OutputName = Filename + ".imports"; in emitImports() 596 OutputName = getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix); in emitImports() [all …]
|
/external/compiler-rt/lib/profile/ |
D | InstrProfilingFile.c | 199 static int writeFile(const char *OutputName) { in writeFile() argument 204 OutputFile = fopen(OutputName, "ab"); in writeFile() 206 OutputFile = openFileForMerging(OutputName); in writeFile()
|
/external/llvm/include/llvm/LTO/legacy/ |
D | ThinLTOCodeGenerator.h | 210 static void emitImports(StringRef ModulePath, StringRef OutputName,
|
/external/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 589 StringRef OutputName, in emitImports() argument 604 if ((EC = EmitImportsFiles(ModulePath, OutputName, ImportLists))) in emitImports() 605 report_fatal_error(Twine("Failed to open ") + OutputName + in emitImports()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/ |
D | ThinLTOCodeGenerator.h | 276 static void emitImports(StringRef ModulePath, StringRef OutputName,
|
/external/clang/lib/Sema/ |
D | SemaStmtAsm.cpp | 171 StringRef OutputName; in ActOnGCCAsmStmt() local 173 OutputName = Names[i]->getName(); in ActOnGCCAsmStmt() 175 TargetInfo::ConstraintInfo Info(Literal->getString(), OutputName); in ActOnGCCAsmStmt()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 747 StringRef OutputName, in emitImports() argument 768 EmitImportsFiles(ModulePath, OutputName, ModuleToSummariesForIndex))) in emitImports() 769 report_fatal_error(Twine("Failed to open ") + OutputName + in emitImports()
|
/external/tensorflow/tensorflow/c/ |
D | c_api.cc | 1067 string OutputName(const TF_Output& output) { in OutputName() function 2700 input_pairs[i].first = OutputName(inputs[i]); in TF_SessionRun() 2706 output_names[i] = OutputName(outputs[i]); in TF_SessionRun() 2734 input_names[i] = OutputName(inputs[i]); in TF_SessionPRunSetup() 2739 output_names[i] = OutputName(outputs[i]); in TF_SessionPRunSetup() 2782 input_pairs[i].first = OutputName(inputs[i]); in TF_SessionPRun() 2788 output_names[i] = OutputName(outputs[i]); in TF_SessionPRun()
|