Searched defs:Driver (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/tools/mcld/
H A DMain.cpp62 class Driver { class in namespace:__anon1423
88 explicit Driver(const char* prog_name) function in class:__anon1423::Driver
96 static std::unique_ptr<Driver> Create(llvm::ArrayRef<const char*> argv);
117 DISALLOW_COPY_AND_ASSIGN(Driver);
121 const char* const Driver::OptTable::NAME[] = VALUE;
125 const llvm::opt::OptTable::Info Driver::OptTable::InfoTable[] = {
135 Driver::OptTable::OptTable()
258 bool Driver::TranslateArguments(llvm::opt::InputArgList& args) {
1003 std::unique_ptr<Driver> Driver
[all...]

Completed in 142 milliseconds