Home
last modified time | relevance | path

Searched refs:InputArgList (Results 1 – 25 of 68) sorted by relevance

123

/external/llvm-project/lld/include/lld/Common/
DArgs.h19 class InputArgList; variable
28 int64_t getInteger(llvm::opt::InputArgList &args, unsigned key,
31 int64_t getHex(llvm::opt::InputArgList &args, unsigned key, int64_t Default);
33 std::vector<StringRef> getStrings(llvm::opt::InputArgList &args, int id);
35 uint64_t getZOptionValue(llvm::opt::InputArgList &args, int id, StringRef key,
/external/llvm-project/llvm/unittests/Option/
DOptionParsingTest.cpp70 InputArgList AL = T.ParseArgs(Args, MAI, MAC); in TEST()
119 InputArgList AL = T.ParseArgs(Args, MAI, MAC, in TEST()
147 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST()
156 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST()
167 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST()
177 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST()
187 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST()
198 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST()
214 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST()
225 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST()
[all …]
/external/llvm/unittests/Option/
DOptionParsingTest.cpp70 InputArgList AL = T.ParseArgs(Args, MAI, MAC); in TEST()
115 InputArgList AL = T.ParseArgs(Args, MAI, MAC, in TEST()
143 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST()
152 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST()
163 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST()
173 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST()
183 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST()
194 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST()
210 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST()
221 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST()
[all …]
/external/llvm-project/lld/Common/
DArgs.cpp29 static int64_t getInteger(opt::InputArgList &args, unsigned key, in getInteger()
47 int64_t lld::args::getInteger(opt::InputArgList &args, unsigned key, in getInteger()
52 int64_t lld::args::getHex(opt::InputArgList &args, unsigned key, in getHex()
57 std::vector<StringRef> lld::args::getStrings(opt::InputArgList &args, int id) { in getStrings()
64 uint64_t lld::args::getZOptionValue(opt::InputArgList &args, int id, in getZOptionValue()
/external/llvm-project/lld/ELF/
DDriver.h34 void createFiles(llvm::opt::InputArgList &args);
36 template <class ELFT> void link(llvm::opt::InputArgList &args);
55 llvm::opt::InputArgList parse(ArrayRef<const char *> argv);
67 std::string createResponseFile(const llvm::opt::InputArgList &args);
DDriver.cpp77 static void setConfigs(opt::InputArgList &args);
78 static void readConfigs(opt::InputArgList &args);
375 static const char *getReproduceOption(opt::InputArgList &args) { in getReproduceOption()
381 static bool hasZOption(opt::InputArgList &args, StringRef key) { in hasZOption()
388 static bool getZFlag(opt::InputArgList &args, StringRef k1, StringRef k2, in getZFlag()
399 static SeparateSegmentKind getZSeparate(opt::InputArgList &args) { in getZSeparate()
412 static GnuStackKind getZGnuStack(opt::InputArgList &args) { in getZGnuStack()
425 static uint8_t getZStartStopVisibility(opt::InputArgList &args) { in getZStartStopVisibility()
464 static void checkZOptions(opt::InputArgList &args) { in checkZOptions()
472 opt::InputArgList args = parser.parse(argsArr.slice(1)); in main()
[all …]
DDriverUtils.cpp57 static void handleColorDiagnostics(opt::InputArgList &args) { in handleColorDiagnostics()
77 static cl::TokenizerCallback getQuotingStyle(opt::InputArgList &args) { in getQuotingStyle()
115 opt::InputArgList ELFOptTable::parse(ArrayRef<const char *> argv) { in parse()
124 opt::InputArgList args = this->ParseArgs(vec, missingIndex, missingCount); in parse()
169 std::string elf::createResponseFile(const opt::InputArgList &args) { in createResponseFile()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
DArgList.h368 class InputArgList final : public ArgList {
391 InputArgList() : NumInputArgStrings(0) {} in InputArgList() function
393 InputArgList(const char* const *ArgBegin, const char* const *ArgEnd);
395 InputArgList(InputArgList &&RHS) in InputArgList() function
400 InputArgList &operator=(InputArgList &&RHS) {
409 ~InputArgList() { releaseMemory(); } in ~InputArgList()
436 const InputArgList &BaseArgs;
443 DerivedArgList(const InputArgList &BaseArgs);
453 const InputArgList &getBaseArgs() const { in getBaseArgs()
DOptTable.h28 class InputArgList; variable
212 InputArgList ParseArgs(ArrayRef<const char *> Args, unsigned &MissingArgIndex,
/external/llvm-project/llvm/include/llvm/Option/
DArgList.h368 class InputArgList final : public ArgList {
391 InputArgList() : NumInputArgStrings(0) {} in InputArgList() function
393 InputArgList(const char* const *ArgBegin, const char* const *ArgEnd);
395 InputArgList(InputArgList &&RHS) in InputArgList() function
400 InputArgList &operator=(InputArgList &&RHS) {
409 ~InputArgList() { releaseMemory(); } in ~InputArgList()
440 const InputArgList &BaseArgs;
447 DerivedArgList(const InputArgList &BaseArgs);
457 const InputArgList &getBaseArgs() const { in getBaseArgs()
DOptTable.h30 class InputArgList; variable
86 Arg *parseOneArgGrouped(InputArgList &Args, unsigned &Index) const;
224 InputArgList ParseArgs(ArrayRef<const char *> Args, unsigned &MissingArgIndex,
236 InputArgList parseArgs(int Argc, char *const *Argv, OptSpecifier Unknown,
/external/llvm/include/llvm/Option/
DArgList.h315 class InputArgList final : public ArgList {
338 InputArgList(const char* const *ArgBegin, const char* const *ArgEnd);
339 InputArgList(InputArgList &&RHS) in InputArgList() function
343 InputArgList &operator=(InputArgList &&RHS) {
351 ~InputArgList() { releaseMemory(); } in ~InputArgList()
378 const InputArgList &BaseArgs;
385 DerivedArgList(const InputArgList &BaseArgs);
395 const InputArgList &getBaseArgs() const { in getBaseArgs()
DOptTable.h22 class InputArgList; variable
152 InputArgList ParseArgs(ArrayRef<const char *> Args, unsigned &MissingArgIndex,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
DArgList.cpp196 void InputArgList::releaseMemory() { in releaseMemory()
202 InputArgList::InputArgList(const char* const *ArgBegin, in InputArgList() function in InputArgList
208 unsigned InputArgList::MakeIndex(StringRef String0) const { in MakeIndex()
218 unsigned InputArgList::MakeIndex(StringRef String0, in MakeIndex()
227 const char *InputArgList::MakeArgStringRef(StringRef Str) const { in MakeArgStringRef()
231 DerivedArgList::DerivedArgList(const InputArgList &BaseArgs) in DerivedArgList()
/external/llvm-project/llvm/lib/Option/
DArgList.cpp196 void InputArgList::releaseMemory() { in releaseMemory()
202 InputArgList::InputArgList(const char* const *ArgBegin, in InputArgList() function in InputArgList
208 unsigned InputArgList::MakeIndex(StringRef String0) const { in MakeIndex()
218 unsigned InputArgList::MakeIndex(StringRef String0, in MakeIndex()
227 const char *InputArgList::MakeArgStringRef(StringRef Str) const { in MakeArgStringRef()
231 DerivedArgList::DerivedArgList(const InputArgList &BaseArgs) in DerivedArgList()
/external/llvm-project/lld/COFF/
DDriver.h56 llvm::opt::InputArgList args;
62 llvm::opt::InputArgList parse(llvm::ArrayRef<const char *> args);
65 llvm::opt::InputArgList parse(StringRef s) { return parse(tokenize(s)); } in parse()
116 void maybeExportMinGWSymbols(const llvm::opt::InputArgList &args);
/external/clang/include/clang/Driver/
DCompilation.h23 class InputArgList; variable
54 llvm::opt::InputArgList *Args;
94 llvm::opt::InputArgList *Args,
148 const llvm::opt::InputArgList &getInputArgs() const { return *Args; } in getInputArgs()
/external/llvm-project/lld/wasm/
DDriver.cpp72 void createFiles(opt::InputArgList &args);
129 opt::InputArgList parse(ArrayRef<const char *> argv);
135 static void handleColorDiagnostics(opt::InputArgList &args) { in handleColorDiagnostics()
155 static cl::TokenizerCallback getQuotingStyle(opt::InputArgList &args) { in getQuotingStyle()
178 opt::InputArgList WasmOptTable::parse(ArrayRef<const char *> argv) { in parse()
187 opt::InputArgList args = this->ParseArgs(vec, missingIndex, missingCount); in parse()
299 void LinkerDriver::createFiles(opt::InputArgList &args) { in createFiles()
320 static StringRef getEntry(opt::InputArgList &args) { in getEntry()
336 static UnresolvedPolicy getUnresolvedSymbolPolicy(opt::InputArgList &args) { in getUnresolvedSymbolPolicy()
362 static void readConfigs(opt::InputArgList &args) { in readConfigs()
[all …]
/external/llvm-project/lld/MachO/
DDriverUtils.cpp49 static void handleColorDiagnostics(opt::InputArgList &args) { in handleColorDiagnostics()
69 opt::InputArgList MachOOptTable::parse(ArrayRef<const char *> argv) { in parse()
78 opt::InputArgList args = ParseArgs(vec, missingIndex, missingCount); in parse()
114 std::string macho::createResponseFile(const opt::InputArgList &args) { in createResponseFile()
DDriver.h27 llvm::opt::InputArgList parse(ArrayRef<const char *> argv);
41 std::string createResponseFile(const llvm::opt::InputArgList &args);
DDriver.cpp56 static HeaderFileType getOutputType(const opt::InputArgList &args) { in getOutputType()
126 static TargetInfo *createTargetInfo(opt::InputArgList &args) { in createTargetInfo()
151 getSearchPaths(unsigned optionCode, opt::InputArgList &args, in getSearchPaths()
189 static std::vector<StringRef> getSystemLibraryRoots(opt::InputArgList &args) { in getSystemLibraryRoots()
204 getLibrarySearchPaths(opt::InputArgList &args, in getLibrarySearchPaths()
210 getFrameworkSearchPaths(opt::InputArgList &args, in getFrameworkSearchPaths()
368 opt::InputArgList args = table.ParseArgs(argv, missingIndex, missingCount); in parseLCLinkerOption()
636 static const char *getReproduceOption(opt::InputArgList &args) { in getReproduceOption()
642 static bool isPie(opt::InputArgList &args) { in isPie()
668 opt::InputArgList args = parser.parse(argsArr.slice(1)); in link()
/external/llvm-project/llvm/tools/llvm-symbolizer/
Dllvm-symbolizer.cpp137 static void symbolizeInput(const opt::InputArgList &Args, uint64_t AdjustVMA, in symbolizeInput()
202 static opt::InputArgList parseOptions(int Argc, char *Argv[], bool IsAddr2Line, in parseOptions()
212 opt::InputArgList Args = in parseOptions()
233 static void parseIntArg(const opt::InputArgList &Args, int ID, T &Value) { in parseIntArg()
246 static FunctionNameKind decideHowToPrintFunctions(const opt::InputArgList &Args, in decideHowToPrintFunctions()
266 opt::InputArgList Args = parseOptions(argc, argv, IsAddr2Line, Saver, Tbl); in main()
/external/llvm-project/clang/include/clang/Driver/
DCompilation.h32 class InputArgList; variable
64 llvm::opt::InputArgList *Args;
134 llvm::opt::InputArgList *Args,
189 const llvm::opt::InputArgList &getInputArgs() const { return *Args; } in getInputArgs()
/external/llvm/lib/Option/
DArgList.cpp343 void InputArgList::releaseMemory() { in releaseMemory()
349 InputArgList::InputArgList(const char* const *ArgBegin, in InputArgList() function in InputArgList
355 unsigned InputArgList::MakeIndex(StringRef String0) const { in MakeIndex()
365 unsigned InputArgList::MakeIndex(StringRef String0, in MakeIndex()
374 const char *InputArgList::MakeArgStringRef(StringRef Str) const { in MakeArgStringRef()
380 DerivedArgList::DerivedArgList(const InputArgList &BaseArgs) in DerivedArgList()
/external/llvm/lib/LibDriver/
DLibDriver.cpp59 static std::string getOutputPath(llvm::opt::InputArgList *Args, in getOutputPath()
68 static std::vector<StringRef> getSearchPaths(llvm::opt::InputArgList *Args, in getSearchPaths()
112 llvm::opt::InputArgList Args = in libDriverMain()

123