Searched defs:OutputName (Results 1 – 8 of 8) sorted by relevance
/llvm-project/llvm/tools/llvm-lto/ |
H A D | llvm-lto.cpp | 791 if (OutputName.empty()) { in import() local 698 std::string OutputName = OutputFilename; distributedIndexes() local 728 std::string OutputName = OutputFilename; emitImports() local 758 std::string OutputName = OutputFilename; promote() local 824 std::string OutputName = OutputFilename; internalize() local 849 std::string OutputName = OutputFilename; optimize() local 878 std::string OutputName = OutputFilename; codegen() local 931 auto OutputName = InputFilenames[BufID] + ".thinlto.o"; runAll() local 1148 const char *OutputName = nullptr; main() local [all...] |
/llvm-project/llvm/tools/llvm-reduce/ |
H A D | TestRunner.cpp | 20 TestRunner(StringRef TestName,const std::vector<std::string> & TestArgs,std::unique_ptr<ReducerWorkItem> Program,std::unique_ptr<TargetMachine> TM,StringRef ToolName,StringRef OutputName,bool InputIsBitcode,bool OutputBitcode) TestRunner() argument
|
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | ZOS.cpp | 149 StringRef OutputName = Output.getFilename(); ConstructJob() local
|
/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfilingFile.c | 543 /* Write profile data to file \c OutputName. */ in writeOrderFile() argument 499 getFileObject(const char * OutputName) getFileObject() argument 510 writeFile(const char * OutputName) writeFile() argument [all...] |
/llvm-project/llvm/tools/llvm-tli-checker/ |
H A D | llvm-tli-checker.cpp | 100 std::string OutputName = "'"; getPrintableName() local
|
/llvm-project/bolt/include/bolt/Core/ |
H A D | BinarySection.h | 86 std::string OutputName; // Output section name (if the section has variable
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaStmtAsm.cpp | 269 StringRef OutputName; ActOnGCCAsmStmt() local
|
/llvm-project/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 806 emitImports(Module & TheModule,StringRef OutputName,ModuleSummaryIndex & Index,const lto::InputFile & File) emitImports() argument
|