Home
last modified time | relevance | path

Searched defs:OutputName (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp689 std::string OutputName = OutputFilename; in distributedIndexes() local
719 std::string OutputName = OutputFilename; in emitImports() local
749 std::string OutputName = OutputFilename; in promote() local
782 std::string OutputName = OutputFilename; in import() local
815 std::string OutputName = OutputFilename; in internalize() local
840 std::string OutputName = OutputFilename; in optimize() local
869 std::string OutputName = OutputFilename; in codegen() local
922 auto OutputName = InputFilenames[BufID] + ".thinlto.o"; in runAll() local
1125 const char *OutputName = nullptr; in main() local
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c495 static FILE *getFileObject(const char *OutputName) { in getFileObject()
506 static int writeFile(const char *OutputName) { in writeFile()
539 static int writeOrderFile(const char *OutputName) { in writeOrderFile()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DZOS.cpp143 StringRef OutputName = Output.getFilename(); in ConstructJob() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-tli-checker/
H A Dllvm-tli-checker.cpp100 std::string OutputName = "'"; in getPrintableName() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp269 StringRef OutputName; in ActOnGCCAsmStmt() local
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp814 void ThinLTOCodeGenerator::emitImports(Module &TheModule, StringRef OutputName, in emitImports()