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

  /external/llvm/tools/llvm-lto/
llvm-lto.cpp 478 std::string OutputName = OutputFilename;
479 if (OutputName.empty()) {
480 OutputName = Filename + ".thinlto.bc";
482 OutputName = getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix);
484 raw_fd_ostream OS(OutputName, EC, sys::fs::OpenFlags::F_None);
485 error(EC, "error opening the file '" + OutputName + "'");
504 std::string OutputName = OutputFilename;
505 if (OutputName.empty()) {
506 OutputName = Filename + ".imports"
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto/
llvm-lto.cpp 566 std::string OutputName = OutputFilename;
567 if (OutputName.empty()) {
568 OutputName = Filename + ".thinlto.bc";
570 OutputName = getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix);
572 raw_fd_ostream OS(OutputName, EC, sys::fs::OpenFlags::F_None);
573 error(EC, "error opening the file '" + OutputName + "'");
592 std::string OutputName = OutputFilename;
593 if (OutputName.empty()) {
594 OutputName = Filename + ".imports"
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/OrderedCollectionTest/
OrderedCollectionTest.c 446 char *InputName, *OutputName;
452 OutputName = NULL;
462 OutputName = optarg;
524 if (OutputName == NULL) {
527 Output = fopen (OutputName, "w");
529 fprintf (stderr, "%s: fopen(\"%s\", \"w\"): %s\n", ArgV[0], OutputName,
  /external/compiler-rt/lib/profile/
InstrProfilingFile.c 198 /* Write profile data to file \c OutputName. */
199 static int writeFile(const char *OutputName) {
204 OutputFile = fopen(OutputName, "ab");
206 OutputFile = openFileForMerging(OutputName);
  /external/llvm/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 210 static void emitImports(StringRef ModulePath, StringRef OutputName,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 276 static void emitImports(StringRef ModulePath, StringRef OutputName,
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 171 StringRef OutputName;
173 OutputName = Names[i]->getName();
175 TargetInfo::ConstraintInfo Info(Literal->getString(), OutputName);
  /external/llvm/lib/LTO/
ThinLTOCodeGenerator.cpp 589 StringRef OutputName,
604 if ((EC = EmitImportsFiles(ModulePath, OutputName, ImportLists)))
605 report_fatal_error(Twine("Failed to open ") + OutputName +
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
ThinLTOCodeGenerator.cpp 747 StringRef OutputName,
768 EmitImportsFiles(ModulePath, OutputName, ModuleToSummariesForIndex)))
769 report_fatal_error(Twine("Failed to open ") + OutputName +
    [all...]
  /external/tensorflow/tensorflow/c/
c_api.cc     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
AutoGen.py     [all...]

Completed in 1318 milliseconds