Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp692 std::string OutputName = OutputFilename; in distributedIndexes() local
722 std::string OutputName = OutputFilename; in emitImports() local
752 std::string OutputName = OutputFilename; in promote() local
785 std::string OutputName = OutputFilename; in import() local
818 std::string OutputName = OutputFilename; in internalize() local
843 std::string OutputName = OutputFilename; in optimize() local
872 std::string OutputName = OutputFilename; in codegen() local
925 auto OutputName = InputFilenames[BufID] + ".thinlto.o"; in runAll() local
1128 const char *OutputName = nullptr; in main() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/
H A DTestRunner.cpp20 StringRef OutputName, bool InputIsBitcode, in TestRunner()
/openbsd-src/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingFile.c451 static FILE *getFileObject(const char *OutputName) { in getFileObject()
462 static int writeFile(const char *OutputName) { in writeFile()
495 static int writeOrderFile(const char *OutputName) { in writeOrderFile()
/openbsd-src/gnu/llvm/llvm/tools/llvm-tli-checker/
H A Dllvm-tli-checker.cpp107 std::string OutputName = "'"; in getPrintableName() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmtAsm.cpp268 StringRef OutputName; in ActOnGCCAsmStmt() local
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp816 void ThinLTOCodeGenerator::emitImports(Module &TheModule, StringRef OutputName, in emitImports()