Home
last modified time | relevance | path

Searched refs:MultiArg (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DInstallNameToolOpts.td30 def rpath: MultiArg<["-", "--"], "rpath", 2>,
36 def change: MultiArg<["-", "--"], "change", 2>,
/freebsd/contrib/llvm-project/lld/MachO/
H A DOptions.td318 def sectcreate : MultiArg<["-"], "sectcreate", 3>,
322 def segcreate : MultiArg<["-"], "segcreate", 3>,
327 def add_empty_section : MultiArg<["-"], "add_empty_section", 2>,
396 def platform_version : MultiArg<["-"], "platform_version", 3>,
577 def alias : MultiArg<["-"], "alias", 2>,
728 def move_to_rw_segment : MultiArg<["-"], "move_to_rw_segment", 2>,
733 def move_to_ro_segment : MultiArg<["-"], "move_to_ro_segment", 2>,
738 def rename_section : MultiArg<["-"], "rename_section", 4>,
742 def rename_segment : MultiArg<["-"], "rename_segment", 2>,
760 def section_order : MultiArg<["-"], "section_order", 2>,
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h978 MultiArg = 0x07, enumerator
1007 InfoPtr.setPointerAndInt(SI, MultiArg & 0b11); in Selector()
1024 new_flags |= MultiArg; in getIdentifierInfoFlag()
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptParser.td42 def KIND_MULTIARG : OptionKind<"MultiArg">;
106 // Used by MultiArg option kind.
144 class MultiArg<list<string> prefixes, string name, int numargs>
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp605 bool MultiArg = false) { in CommaSeparateAndAddOccurrence() argument
614 if (Handler->addOccurrence(pos, ArgName, Val.substr(0, Pos), MultiArg)) in CommaSeparateAndAddOccurrence()
625 return Handler->addOccurrence(pos, ArgName, Value, MultiArg); in CommaSeparateAndAddOccurrence()
668 bool MultiArg = false; in ProvideOption() local
671 if (CommaSeparateAndAddOccurrence(Handler, i, ArgName, Value, MultiArg)) in ProvideOption()
674 MultiArg = true; in ProvideOption()
683 if (CommaSeparateAndAddOccurrence(Handler, i, ArgName, Value, MultiArg)) in ProvideOption()
685 MultiArg = true; in ProvideOption()
1848 bool MultiArg) { in addOccurrence() argument
1849 if (!MultiArg) in addOccurrence()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DOtoolOpts.td28 def s : MultiArg<["-"], "s", 2>,
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp547 if (getIdentifierInfoFlag() < MultiArg) { in getIdentifierInfoForSlot()
578 if (getIdentifierInfoFlag() < MultiArg) { in getAsString()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h391 bool MultiArg = false);
1922 bool MultiArg = false) override {
1923 return AliasFor->addOccurrence(pos, AliasFor->ArgStr, Value, MultiArg);
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5695 def sectalign : MultiArg<["-"], "sectalign", 3>;
5696 def sectcreate : MultiArg<["-"], "sectcreate", 3>;
5697 def sectobjectsymbols : MultiArg<["-"], "sectobjectsymbols", 2>;
5698 def sectorder : MultiArg<["-"], "sectorder", 3>;
5702 def segaddr : MultiArg<["-"], "segaddr", 2>;
5703 def segcreate : MultiArg<["-"], "segcreate", 3>;
5705 def segprot : MultiArg<["-"], "segprot", 3>;
6747 def fget_definition : MultiArg<["-"], "fget-definition", 3>,