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

/external/llvm/include/llvm/Option/
H A DArgList.h113 // InputArgList which deletes the contents of the container. If we could fix
315 class InputArgList final : public ArgList {
338 InputArgList(const char* const *ArgBegin, const char* const *ArgEnd);
339 InputArgList(InputArgList &&RHS) function in class:llvm::opt::final
343 InputArgList &operator=(InputArgList &&RHS) {
351 ~InputArgList() { releaseMemory(); }
378 const InputArgList &BaseArgs;
385 DerivedArgList(const InputArgList
[all...]
/external/llvm/lib/Option/
H A DArgList.cpp343 void InputArgList::releaseMemory() {
344 // An InputArgList always owns its arguments.
349 InputArgList::InputArgList(const char* const *ArgBegin, function in class:InputArgList
355 unsigned InputArgList::MakeIndex(StringRef String0) const {
365 unsigned InputArgList::MakeIndex(StringRef String0,
374 const char *InputArgList::MakeArgStringRef(StringRef Str) const {
380 DerivedArgList::DerivedArgList(const InputArgList &BaseArgs)

Completed in 286 milliseconds