Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp689 std::string OutputName = OutputFilename; distributedIndexes() local
719 std::string OutputName = OutputFilename; emitImports() local
749 std::string OutputName = OutputFilename; promote() local
782 std::string OutputName = OutputFilename; import() local
815 std::string OutputName = OutputFilename; internalize() local
840 std::string OutputName = OutputFilename; optimize() local
869 std::string OutputName = OutputFilename; codegen() local
922 auto OutputName = InputFilenames[BufID] + ".thinlto.o"; runAll() local
1125 const char *OutputName = nullptr; main() local
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c506 return fopen(OutputName, "ab"); in writeFile() argument
495 getFileObject(const char * OutputName) getFileObject() argument
539 writeOrderFile(const char * OutputName) writeOrderFile() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DZOS.cpp143 StringRef OutputName = Output.getFilename(); ConstructJob() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-tli-checker/
H A Dllvm-tli-checker.cpp100 std::string OutputName = "'"; in getPrintableName() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp269 StringRef OutputName; in ActOnGCCAsmStmt() local
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp814 emitImports(Module & TheModule,StringRef OutputName,ModuleSummaryIndex & Index,const lto::InputFile & File) emitImports() argument