Home
last modified time | relevance | path

Searched refs:OutputName (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/profile/
DInstrProfilingFile.c59 static int writeFileWithName(const char *OutputName) { in writeFileWithName() argument
62 if (!OutputName || !OutputName[0]) in writeFileWithName()
66 OutputFile = fopen(OutputName, "a"); in writeFileWithName()
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp278 const char *OutputName = nullptr; in main() local
279 if (!CodeGen.compile_to_file(&OutputName, DisableInline, in main()
288 outs() << "Wrote native object file '" << OutputName << "'\n"; in main()
/external/clang/lib/Sema/
DSemaStmtAsm.cpp142 StringRef OutputName; in ActOnGCCAsmStmt() local
144 OutputName = Names[i]->getName(); in ActOnGCCAsmStmt()
146 TargetInfo::ConstraintInfo Info(Literal->getString(), OutputName); in ActOnGCCAsmStmt()