Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp644 std::string OutputName = OutputFilename; in distributedIndexes() local
674 std::string OutputName = OutputFilename; in emitImports() local
704 std::string OutputName = OutputFilename; in promote() local
737 std::string OutputName = OutputFilename; in import() local
770 std::string OutputName = OutputFilename; in internalize() local
795 std::string OutputName = OutputFilename; in optimize() local
824 std::string OutputName = OutputFilename; in codegen() local
877 auto OutputName = InputFilenames[BufID] + ".thinlto.o"; in runAll() local
1076 const char *OutputName = nullptr; in main() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DPGOProfiling.c59 const char *OutputName = getenv("LLVM_PROFILE_FILE"); in llvm_pgo_writeout_files() local
H A DInstrProfilingFile.c53 static int writeFileWithName(const char *OutputName) { in writeFileWithName()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmtAsm.cpp267 StringRef OutputName; in ActOnGCCAsmStmt() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp779 void ThinLTOCodeGenerator::emitImports(Module &TheModule, StringRef OutputName, in emitImports()