Searched refs:OutputName (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 693 if (OutputName.empty()) { in distributedIndexes() 696 OutputName = getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix); in distributedIndexes() 723 if (OutputName.empty()) { in emitImports() 726 OutputName = in emitImports() 753 if (OutputName.empty()) { in promote() 786 if (OutputName.empty()) { in import() 819 if (OutputName.empty()) { in internalize() 844 if (OutputName.empty()) { in optimize() 873 if (OutputName.empty()) in codegen() 875 else if (OutputName == "-") { in codegen() [all …]
|
| /llvm-project-15.0.7/llvm/tools/llvm-tli-checker/ |
| H A D | llvm-tli-checker.cpp | 104 std::string OutputName = "'"; in getPrintableName() local 105 OutputName += Name; in getPrintableName() 106 OutputName += "'"; in getPrintableName() 109 OutputName += " aka "; in getPrintableName() 110 OutputName += DemangledName; in getPrintableName() 112 return OutputName; in getPrintableName()
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinarySection.h | 83 std::string OutputName; // Output section name (if the section has variable 150 PendingRelocations(Section.PendingRelocations), OutputName(Name) {} in BinarySection() 156 OutputName(Name) { in BinarySection() 175 ELFFlags(ELFFlags), IsFinalized(true), OutputName(Name), in BinarySection() 389 StringRef getOutputName() const { return OutputName; } in getOutputName() 419 void setOutputName(StringRef Name) { OutputName = std::string(Name); } in setOutputName()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/include/llvm/LTO/legacy/ |
| H A D | ThinLTOCodeGenerator.h | 262 void emitImports(Module &Module, StringRef OutputName,
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaStmtAsm.cpp | 267 StringRef OutputName; in ActOnGCCAsmStmt() local 269 OutputName = Names[i]->getName(); in ActOnGCCAsmStmt() 271 TargetInfo::ConstraintInfo Info(Literal->getString(), OutputName); in ActOnGCCAsmStmt()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | DWARFRewriter.cpp | 1338 StringRef OutputName; in writeDWP() local 1340 OutputName = in writeDWP() 1344 OutputName = Twine(opts::DwarfOutputPath) in writeDWP() 1355 std::make_unique<ToolOutputFile>(OutputName, EC, sys::fs::OF_None); in writeDWP()
|