Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp791 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 DTestRunner.cpp20 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 DZOS.cpp149 StringRef OutputName = Output.getFilename(); ConstructJob() local
/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c543 /* 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 Dllvm-tli-checker.cpp100 std::string OutputName = "'"; getPrintableName() local
/llvm-project/bolt/include/bolt/Core/
H A DBinarySection.h86 std::string OutputName; // Output section name (if the section has variable
/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp269 StringRef OutputName; ActOnGCCAsmStmt() local
/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp806 emitImports(Module & TheModule,StringRef OutputName,ModuleSummaryIndex & Index,const lto::InputFile & File) emitImports() argument