Home
last modified time | relevance | path

Searched refs:OutputName (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp680 if (OutputName.empty()) { in distributedIndexes()
683 OutputName = getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix); in distributedIndexes()
710 if (OutputName.empty()) { in emitImports()
713 OutputName = in emitImports()
740 if (OutputName.empty()) { in promote()
773 if (OutputName.empty()) { in import()
806 if (OutputName.empty()) { in internalize()
831 if (OutputName.empty()) { in optimize()
860 if (OutputName.empty()) in codegen()
862 else if (OutputName == "-") { in codegen()
[all …]
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c324 static FILE *getFileObject(const char *OutputName) { in getFileObject() argument
331 return fopen(OutputName, "ab"); in getFileObject()
335 static int writeFile(const char *OutputName) { in writeFile() argument
342 OutputFile = openFileForMerging(OutputName, &MergeDone); in writeFile()
344 OutputFile = getFileObject(OutputName); in writeFile()
368 static int writeOrderFile(const char *OutputName) { in writeOrderFile() argument
372 OutputFile = fopen(OutputName, "w"); in writeOrderFile()
375 PROF_WARN("can't open file with mode ab: %s\n", OutputName); in writeOrderFile()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h266 void emitImports(Module &Module, StringRef OutputName,
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp267 StringRef OutputName; in ActOnGCCAsmStmt() local
269 OutputName = Names[i]->getName(); in ActOnGCCAsmStmt()
271 TargetInfo::ConstraintInfo Info(Literal->getString(), OutputName); in ActOnGCCAsmStmt()
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp849 void ThinLTOCodeGenerator::emitImports(Module &TheModule, StringRef OutputName, in emitImports() argument
880 if ((EC = EmitImportsFiles(ModuleIdentifier, OutputName, in emitImports()
882 report_fatal_error(Twine("Failed to open ") + OutputName + in emitImports()