Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp575 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 DInstrProfilingFile.c240 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 DThinLTOCodeGenerator.h276 void emitImports(Module &Module, StringRef OutputName,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAsm.cpp270 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 DThinLTOCodeGenerator.cpp695 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()