Searched refs:OutputName (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/lib/profile/
H A DInstrProfilingFile.c58 static int writeFileWithName(const char *OutputName) { argument
61 if (!OutputName || !OutputName[0])
65 OutputFile = fopen(OutputName, "a");
/external/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp179 const char *OutputName = nullptr; local
180 if (!CodeGen.compile_to_file(&OutputName, DisableOpt, DisableInline,
188 outs() << "Wrote native object file '" << OutputName << "'\n";
/external/clang/lib/Sema/
H A DSemaStmtAsm.cpp102 StringRef OutputName;
104 OutputName = Names[i]->getName();
106 TargetInfo::ConstraintInfo Info(Literal->getString(), OutputName);
/external/chromium_org/tools/gn/
H A Dvariables.cc1020 INSERT_VARIABLE(OutputName)

Completed in 1161 milliseconds