Searched refs:OutputName (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 753 std::string OutputName = OutputFilename; in distributedIndexes() local 754 if (OutputName.empty()) { in distributedIndexes() 755 OutputName = Filename + ".thinlto.bc"; in distributedIndexes() 757 OutputName = getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix); in distributedIndexes() 759 raw_fd_ostream OS(OutputName, EC, sys::fs::OpenFlags::OF_None); in distributedIndexes() 760 error(EC, "error opening the file '" + OutputName + "'"); in distributedIndexes() 783 std::string OutputName = OutputFilename; in emitImports() local 784 if (OutputName.empty()) { in emitImports() 785 OutputName = Filename + ".imports"; in emitImports() 787 OutputName = in emitImports() [all …]
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-tli-checker/ |
| H A D | llvm-tli-checker.cpp | 102 std::string OutputName = "'"; in getPrintableName() local 103 OutputName += Name; in getPrintableName() 104 OutputName += "'"; in getPrintableName() 107 OutputName += " aka "; in getPrintableName() 108 OutputName += DemangledName; in getPrintableName() 110 return OutputName; in getPrintableName()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
| H A D | InstrProfilingFile.c | 525 static FILE *getFileObject(const char *OutputName) { in getFileObject() argument 532 return fopen(OutputName, "ab"); in getFileObject() 547 static int writeFile(const char *OutputName) { in writeFile() argument 554 OutputFile = openFileForMerging(OutputName, &MergeDone); in writeFile() 556 OutputFile = getFileObject(OutputName); in writeFile()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | ZOS.cpp | 152 StringRef OutputName = Output.getFilename(); in ConstructJob() local 155 SmallString<128> SideDeckName = OutputName; in ConstructJob()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ |
| H A D | ThinLTOCodeGenerator.h | 270 LLVM_ABI void emitImports(Module &Module, StringRef OutputName,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmtAsm.cpp | 302 StringRef OutputName; in ActOnGCCAsmStmt() local 304 OutputName = Names[i]->getName(); in ActOnGCCAsmStmt() 309 TargetInfo::ConstraintInfo Info(ConstraintStr, OutputName); in ActOnGCCAsmStmt()
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 796 void ThinLTOCodeGenerator::emitImports(Module &TheModule, StringRef OutputName, in emitImports() argument 835 if (Error EC = EmitImportsFiles(ModuleIdentifier, OutputName, in emitImports() 837 report_fatal_error(Twine("Failed to open ") + OutputName + in emitImports()
|