HomeSort by: relevance | last modified time | path
    Searched defs:OutputName (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
PGOProfiling.c 59 const char *OutputName = getenv("LLVM_PROFILE_FILE");
60 if (OutputName == NULL || OutputName[0] == '\0')
61 OutputName = "default.profdata";
62 OutputFile = fopen(OutputName, "w");
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmtAsm.cpp 267 StringRef OutputName;
269 OutputName = Names[i]->getName();
271 TargetInfo::ConstraintInfo Info(Literal->getString(), OutputName);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
llvm-lto.cpp 644 std::string OutputName = OutputFilename;
645 if (OutputName.empty()) {
646 OutputName = Filename + ".thinlto.bc";
648 OutputName = getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix);
650 raw_fd_ostream OS(OutputName, EC, sys::fs::OpenFlags::OF_None);
651 error(EC, "error opening the file '" + OutputName + "'");
674 std::string OutputName = OutputFilename;
675 if (OutputName.empty()) {
676 OutputName = Filename + ".imports"
    [all...]

Completed in 34 milliseconds