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

  /external/compiler-rt/lib/profile/
InstrProfilingFile.c 58 static int writeFileWithName(const char *OutputName) {
61 if (!OutputName || !OutputName[0])
65 OutputFile = fopen(OutputName, "a");
  /external/llvm/tools/llvm-lto/
llvm-lto.cpp 179 const char *OutputName = nullptr;
180 if (!CodeGen.compile_to_file(&OutputName, DisableOpt, DisableInline,
188 outs() << "Wrote native object file '" << OutputName << "'\n";
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 102 StringRef OutputName;
104 OutputName = Names[i]->getName();
106 TargetInfo::ConstraintInfo Info(Literal->getString(), OutputName);
  /external/chromium_org/tools/gn/
variables.cc     [all...]

Completed in 1618 milliseconds