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.cpp699 std::string OutputName = OutputFilename; in distributedIndexes() local
729 std::string OutputName = OutputFilename; in emitImports() local
759 std::string OutputName = OutputFilename; in promote() local
792 std::string OutputName = OutputFilename; in import() local
825 std::string OutputName = OutputFilename; in internalize() local
850 std::string OutputName = OutputFilename; in optimize() local
879 std::string OutputName = OutputFilename; in codegen() local
932 auto OutputName = InputFilenames[BufID] + ".thinlto.o"; in runAll() local
1149 const char *OutputName = nullptr; in main() local
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c499 static FILE *getFileObject(const char *OutputName) { in getFileObject()
510 static int writeFile(const char *OutputName) { in writeFile()
543 static int writeOrderFile(const char *OutputName) { in writeOrderFile()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DZOS.cpp149 StringRef OutputName = Output.getFilename(); in ConstructJob() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-tli-checker/
H A Dllvm-tli-checker.cpp107 std::string OutputName = "'"; 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.cpp806 void ThinLTOCodeGenerator::emitImports(Module &TheModule, StringRef OutputName, in emitImports()