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.cpp753 std::string OutputName = OutputFilename; in distributedIndexes() local
783 std::string OutputName = OutputFilename; in emitImports() local
813 std::string OutputName = OutputFilename; in promote() local
846 std::string OutputName = OutputFilename; in import() local
879 std::string OutputName = OutputFilename; in internalize() local
904 std::string OutputName = OutputFilename; in optimize() local
933 std::string OutputName = OutputFilename; in codegen() local
986 auto OutputName = InputFilenames[BufID] + ".thinlto.o"; in runAll() local
1185 const char *OutputName = nullptr; in main() local
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DZOS.cpp152 StringRef OutputName = Output.getFilename(); in ConstructJob() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-tli-checker/
H A Dllvm-tli-checker.cpp102 std::string OutputName = "'"; in getPrintableName() local
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c525 static FILE *getFileObject(const char *OutputName) { in getFileObject()
547 static int writeFile(const char *OutputName) { in writeFile()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp302 StringRef OutputName; in ActOnGCCAsmStmt() local
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp796 void ThinLTOCodeGenerator::emitImports(Module &TheModule, StringRef OutputName, in emitImports()