Home
last modified time | relevance | path

Searched refs:OutputName (Results 1 – 9 of 9) sorted by relevance

/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp478 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/
Dllvm-lto.cpp566 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/
DInstrProfilingFile.c199 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/
DThinLTOCodeGenerator.h210 static void emitImports(StringRef ModulePath, StringRef OutputName,
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp589 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/
DThinLTOCodeGenerator.h276 static void emitImports(StringRef ModulePath, StringRef OutputName,
/external/clang/lib/Sema/
DSemaStmtAsm.cpp171 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/
DThinLTOCodeGenerator.cpp747 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/
Dc_api.cc1067 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()