HomeSort by relevance Sort by last modified time
    Searched defs:OutputName (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/llvm-lto/
llvm-lto.cpp 278 const char *OutputName = nullptr;
279 if (!CodeGen.compile_to_file(&OutputName, DisableInline,
288 outs() << "Wrote native object file '" << OutputName << "'\n";
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 142 StringRef OutputName;
144 OutputName = Names[i]->getName();
146 TargetInfo::ConstraintInfo Info(Literal->getString(), OutputName);

Completed in 847 milliseconds