Searched refs:OutputName (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 692 std::string OutputName = OutputFilename; in distributedIndexes() local 693 if (OutputName.empty()) { in distributedIndexes() 694 OutputName = Filename + ".thinlto.bc"; in distributedIndexes() 696 OutputName = getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix); in distributedIndexes() 698 raw_fd_ostream OS(OutputName, EC, sys::fs::OpenFlags::OF_None); in distributedIndexes() 699 error(EC, "error opening the file '" + OutputName + "'"); in distributedIndexes() 722 std::string OutputName = OutputFilename; in emitImports() local 723 if (OutputName.empty()) { in emitImports() 724 OutputName = Filename + ".imports"; in emitImports() 726 OutputName = in emitImports() [all …]
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-tli-checker/ |
| H A D | llvm-tli-checker.cpp | 107 std::string OutputName = "'"; in getPrintableName() local 108 OutputName += Name; in getPrintableName() 109 OutputName += "'"; in getPrintableName() 112 OutputName += " aka "; in getPrintableName() 113 OutputName += DemangledName; in getPrintableName() 115 return OutputName; in getPrintableName()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/ |
| H A D | TestRunner.cpp | 20 StringRef OutputName, bool InputIsBitcode, in TestRunner() argument 24 OutputFilename(OutputName), InputIsBitcode(InputIsBitcode), in TestRunner()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/profile/ |
| H A D | InstrProfilingFile.c | 451 static FILE *getFileObject(const char *OutputName) { in getFileObject() argument 458 return fopen(OutputName, "ab"); in getFileObject() 462 static int writeFile(const char *OutputName) { in writeFile() argument 469 OutputFile = openFileForMerging(OutputName, &MergeDone); in writeFile() 471 OutputFile = getFileObject(OutputName); in writeFile() 495 static int writeOrderFile(const char *OutputName) { in writeOrderFile() argument 499 OutputFile = fopen(OutputName, "w"); in writeOrderFile() 502 PROF_WARN("can't open file with mode ab: %s\n", OutputName); in writeOrderFile()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/LTO/legacy/ |
| H A D | ThinLTOCodeGenerator.h | 262 void emitImports(Module &Module, StringRef OutputName,
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaStmtAsm.cpp | 268 StringRef OutputName; in ActOnGCCAsmStmt() local 270 OutputName = Names[i]->getName(); in ActOnGCCAsmStmt() 272 TargetInfo::ConstraintInfo Info(Literal->getString(), OutputName); in ActOnGCCAsmStmt()
|
| /openbsd-src/gnu/llvm/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 816 void ThinLTOCodeGenerator::emitImports(Module &TheModule, StringRef OutputName, in emitImports() argument 847 if ((EC = EmitImportsFiles(ModuleIdentifier, OutputName, in emitImports() 849 report_fatal_error(Twine("Failed to open ") + OutputName + in emitImports()
|