Searched refs:OutputName (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 690 if (OutputName.empty()) { in distributedIndexes() 693 OutputName = getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix); in distributedIndexes() 720 if (OutputName.empty()) { in emitImports() 723 OutputName = in emitImports() 750 if (OutputName.empty()) { in promote() 783 if (OutputName.empty()) { in import() 816 if (OutputName.empty()) { in internalize() 841 if (OutputName.empty()) { in optimize() 870 if (OutputName.empty()) in codegen() 872 else if (OutputName == "-") { in codegen() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-tli-checker/ |
| H A D | llvm-tli-checker.cpp | 100 std::string OutputName = "'"; in getPrintableName() local 101 OutputName += Name; in getPrintableName() 102 OutputName += "'"; in getPrintableName() 105 OutputName += " aka "; in getPrintableName() 106 OutputName += DemangledName; in getPrintableName() 108 return OutputName; in getPrintableName()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/profile/ |
| H A D | InstrProfilingFile.c | 495 static FILE *getFileObject(const char *OutputName) { in getFileObject() argument 502 return fopen(OutputName, "ab"); in getFileObject() 506 static int writeFile(const char *OutputName) { in writeFile() argument 513 OutputFile = openFileForMerging(OutputName, &MergeDone); in writeFile() 515 OutputFile = getFileObject(OutputName); in writeFile() 539 static int writeOrderFile(const char *OutputName) { in writeOrderFile() argument 543 OutputFile = fopen(OutputName, "w"); in writeOrderFile() 546 PROF_WARN("can't open file with mode ab: %s\n", OutputName); in writeOrderFile()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | ZOS.cpp | 143 StringRef OutputName = Output.getFilename(); in ConstructJob() local 146 size_t Suffix = OutputName.find_last_of('.'); in ConstructJob() 148 Args.MakeArgString(OutputName.substr(0, Suffix) + ".x"); in ConstructJob()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ |
| H A D | ThinLTOCodeGenerator.h | 262 void emitImports(Module &Module, StringRef OutputName,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmtAsm.cpp | 269 StringRef OutputName; in ActOnGCCAsmStmt() local 271 OutputName = Names[i]->getName(); in ActOnGCCAsmStmt() 273 TargetInfo::ConstraintInfo Info(Literal->getString(), OutputName); in ActOnGCCAsmStmt()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 814 void ThinLTOCodeGenerator::emitImports(Module &TheModule, StringRef OutputName, in emitImports() argument 850 if ((EC = EmitImportsFiles(ModuleIdentifier, OutputName, in emitImports() 852 report_fatal_error(Twine("Failed to open ") + OutputName + in emitImports()
|