Home
last modified time | relevance | path

Searched refs:OptOutputFilename (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/tools/bcc/
DMain.cpp75 OptOutputFilename("o", llvm::cl::desc("Specify the output filename"), variable
219 outputFilepath.append(OptOutputFilename); in compileScriptGroup()
354 OptOutputFilename.c_str(), in main()
384 llvm::sys::path::append(output, "/", OptOutputFilename); in main()
/frameworks/compile/libbcc/tools/bcc_compat/
DMain.cpp49 OptOutputFilename("o", llvm::cl::desc("Specify the output filename"), variable
268 std::string OutputFilename = DetermineOutputFilename(OptOutputFilename); in main()