HomeSort by relevance Sort by last modified time
    Searched refs:InputArgList (Results 1 - 15 of 15) sorted by null

  /external/clang/include/clang/Driver/
Compilation.h 21 class InputArgList;
42 llvm::opt::InputArgList *Args;
77 llvm::opt::InputArgList *Args,
85 const llvm::opt::InputArgList &getInputArgs() const { return *Args; }
Driver.h 33 class InputArgList;
190 TranslateInputArgs(const llvm::opt::InputArgList &Args) const;
265 llvm::opt::InputArgList *ParseArgStrings(ArrayRef<const char *> Args);
ToolChain.h 27 class InputArgList;
  /external/llvm/include/llvm/Option/
OptTable.h 21 class InputArgList;
135 /// \brief Parse an list of arguments into an InputArgList.
137 /// The resulting InputArgList will reference the strings in [\p ArgBegin,
139 /// InputArgList.
153 /// \return An InputArgList; on error this will contain all the options
155 InputArgList *ParseArgs(const char* const *ArgBegin,
ArgList.h 302 class InputArgList : public ArgList {
322 InputArgList(const char* const *ArgBegin, const char* const *ArgEnd);
323 ~InputArgList() override;
350 const InputArgList &BaseArgs;
357 DerivedArgList(const InputArgList &BaseArgs);
368 const InputArgList &getBaseArgs() const {
  /external/llvm/unittests/Option/
OptionParsingTest.cpp 70 std::unique_ptr<InputArgList> AL(
114 std::unique_ptr<InputArgList> AL;
145 std::unique_ptr<InputArgList> AL(
155 std::unique_ptr<InputArgList> AL(
167 std::unique_ptr<InputArgList> AL(
178 std::unique_ptr<InputArgList> AL(
189 std::unique_ptr<InputArgList> AL(
201 std::unique_ptr<InputArgList> AL(
  /external/llvm/lib/Option/
ArgList.cpp 321 InputArgList::InputArgList(const char* const *ArgBegin,
327 InputArgList::~InputArgList() {
328 // An InputArgList always owns its arguments.
333 unsigned InputArgList::MakeIndex(StringRef String0) const {
343 unsigned InputArgList::MakeIndex(StringRef String0,
352 const char *InputArgList::MakeArgStringRef(StringRef Str) const {
358 DerivedArgList::DerivedArgList(const InputArgList &BaseArgs)
OptTable.cpp 250 InputArgList *OptTable::ParseArgs(const char *const *ArgBegin,
256 InputArgList *Args = new InputArgList(ArgBegin, ArgEnd);
  /external/clang/lib/Driver/
Compilation.cpp 26 InputArgList *_Args, DerivedArgList *_TranslatedArgs)
Driver.cpp 109 InputArgList *Driver::ParseArgStrings(ArrayRef<const char *> ArgStrings) {
118 InputArgList *Args = getOpts().ParseArgs(ArgStrings.begin(), ArgStrings.end(),
206 DerivedArgList *Driver::TranslateInputArgs(const InputArgList &Args) const {
317 InputArgList *Args = ParseArgStrings(ArgList.slice(1));
    [all...]
  /frameworks/compile/slang/
rs_cc_options.cpp 112 std::unique_ptr<llvm::opt::InputArgList> Args(
  /frameworks/compile/mclinker/tools/mcld/
Main.cpp 88 Driver(const char* prog_name, std::unique_ptr<llvm::opt::InputArgList> args)
107 std::unique_ptr<llvm::opt::InputArgList> args_;
981 std::unique_ptr<llvm::opt::InputArgList>
987 std::unique_ptr<llvm::opt::InputArgList> args(
1003 std::unique_ptr<llvm::opt::InputArgList> args = ParseArgs(opt_table,
    [all...]
  /external/clang/tools/driver/
driver.cpp 339 std::unique_ptr<InputArgList> Args(Opts->ParseArgs(
cc1as_main.cpp 164 std::unique_ptr<InputArgList> Args(
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]

Completed in 255 milliseconds