Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/tools/bcc/
DMain.cpp74 OptOutputFilename("o", llvm::cl::desc("Specify the output filename"), variable
211 outputFilepath.append(OptOutputFilename); in compileScriptGroup()
355 OptOutputFilename.c_str(), in main()
377 llvm::sys::path::append(output, "/", OptOutputFilename); in main()
/frameworks/compile/libbcc/tools/bcc_compat/
DMain.cpp53 OptOutputFilename("o", llvm::cl::desc("Specify the output filename"), variable
272 std::string OutputFilename = DetermineOutputFilename(OptOutputFilename); in main()