Searched refs:OutputName (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 575 if (OutputName.empty()) { in distributedIndexes() 578 OutputName = getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix); in distributedIndexes() 603 if (OutputName.empty()) { in emitImports() 606 OutputName = getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix); in emitImports() 630 if (OutputName.empty()) { in promote() 661 if (OutputName.empty()) { in import() 692 if (OutputName.empty()) { in internalize() 715 if (OutputName.empty()) { in optimize() 744 if (OutputName.empty()) in codegen() 746 else if (OutputName == "-") { in codegen() [all …]
|
| /freebsd-12.1/contrib/compiler-rt/lib/profile/ |
| H A D | InstrProfilingFile.c | 240 static int writeFile(const char *OutputName) { in writeFile() argument 247 OutputFile = fopen(OutputName, "ab"); in writeFile() 249 OutputFile = openFileForMerging(OutputName, &MergeDone); in writeFile()
|
| /freebsd-12.1/contrib/llvm/include/llvm/LTO/legacy/ |
| H A D | ThinLTOCodeGenerator.h | 276 void emitImports(Module &Module, StringRef OutputName,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaStmtAsm.cpp | 270 StringRef OutputName; in ActOnGCCAsmStmt() local 272 OutputName = Names[i]->getName(); in ActOnGCCAsmStmt() 274 TargetInfo::ConstraintInfo Info(Literal->getString(), OutputName); in ActOnGCCAsmStmt()
|
| /freebsd-12.1/contrib/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 695 void ThinLTOCodeGenerator::emitImports(Module &TheModule, StringRef OutputName, in emitImports() argument 723 if ((EC = EmitImportsFiles(ModuleIdentifier, OutputName, in emitImports() 725 report_fatal_error(Twine("Failed to open ") + OutputName + in emitImports()
|