| /freebsd/contrib/llvm-project/lld/include/lld/Common/ |
| H A D | Args.h | 19 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 llvm::SmallVector<StringRef, 0> getStrings(llvm::opt::InputArgList &args, 36 uint64_t getZOptionValue(llvm::opt::InputArgList &args, int id, StringRef key,
|
| /freebsd/contrib/llvm-project/lld/Common/ |
| H A D | Args.cpp | 26 static int64_t getInteger(opt::InputArgList &args, unsigned key, in getInteger() 44 int64_t lld::args::getInteger(opt::InputArgList &args, unsigned key, in getInteger() 49 int64_t lld::args::getHex(opt::InputArgList &args, unsigned key, in getHex() 54 SmallVector<StringRef, 0> lld::args::getStrings(opt::InputArgList &args, in getStrings() 62 uint64_t lld::args::getZOptionValue(opt::InputArgList &args, int id, in getZOptionValue()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Option/ |
| H A D | ArgList.h | 399 class LLVM_ABI InputArgList final : public ArgList { 422 InputArgList() : NumInputArgStrings(0) {} in InputArgList() function 424 InputArgList(const char* const *ArgBegin, const char* const *ArgEnd); 426 InputArgList(InputArgList &&RHS) in InputArgList() function 431 InputArgList &operator=(InputArgList &&RHS) { 442 ~InputArgList() { releaseMemory(); } in ~InputArgList() 473 const InputArgList &BaseArgs; 480 DerivedArgList(const InputArgList &BaseArgs); 490 const InputArgList &getBaseArgs() const { in getBaseArgs()
|
| H A D | OptTable.h | 32 class InputArgList; variable 163 std::unique_ptr<Arg> parseOneArgGrouped(InputArgList &Args, 372 InputArgList ParseArgs(ArrayRef<const char *> Args, unsigned &MissingArgIndex, 376 InputArgList ParseArgs(ArrayRef<const char *> Args, unsigned &MissingArgIndex, 381 InputArgList 395 InputArgList parseArgs(int Argc, char *const *Argv, OptSpecifier Unknown,
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | Driver.h | 50 llvm::opt::InputArgList args; 58 llvm::opt::InputArgList parse(llvm::ArrayRef<const char *> args); 61 llvm::opt::InputArgList parse(StringRef s) { return parse(tokenize(s)); } in parse() 113 void detectWinSysRoot(const llvm::opt::InputArgList &args); 126 std::string getMapFile(const llvm::opt::InputArgList &args, 164 void maybeExportMinGWSymbols(const llvm::opt::InputArgList &args);
|
| H A D | MinGW.h | 58 void addWrappedSymbols(SymbolTable &symtab, llvm::opt::InputArgList &args);
|
| H A D | DriverUtils.cpp | 718 opt::InputArgList &args) { in handleColorDiagnostics() 739 opt::InputArgList &args) { in getQuotingStyle() 755 opt::InputArgList ArgParser::parse(ArrayRef<const char *> argv) { in parse() 764 opt::InputArgList args = in parse()
|
| H A D | Driver.cpp | 101 getOldNewOptions(COFFLinkerContext &ctx, opt::InputArgList &args, unsigned id) { in getOldNewOptions() 116 getOldNewOptionsExtra(COFFLinkerContext &ctx, opt::InputArgList &args, in getOldNewOptionsExtra() 687 void LinkerDriver::detectWinSysRoot(const opt::InputArgList &Args) { in detectWinSysRoot() 840 static std::string createResponseFile(const opt::InputArgList &args, in createResponseFile() 898 const opt::InputArgList &args) { in parseDebugTypes() 931 std::string LinkerDriver::getMapFile(const opt::InputArgList &args, in getMapFile() 1398 void LinkerDriver::maybeExportMinGWSymbols(const opt::InputArgList &args) { in maybeExportMinGWSymbols() 1453 std::optional<std::string> getReproduceFile(const opt::InputArgList &args) { in getReproduceFile() 1472 getVFS(COFFLinkerContext &ctx, const opt::InputArgList &args) { in getVFS() 1520 opt::InputArgList args = parser.parse(argsArr); in linkerMain()
|
| /freebsd/contrib/llvm-project/llvm/lib/Option/ |
| H A D | ArgList.cpp | 205 void InputArgList::releaseMemory() { in releaseMemory() 211 InputArgList::InputArgList(const char* const *ArgBegin, in InputArgList() function in InputArgList 217 unsigned InputArgList::MakeIndex(StringRef String0) const { in MakeIndex() 227 unsigned InputArgList::MakeIndex(StringRef String0, in MakeIndex() 236 const char *InputArgList::MakeArgStringRef(StringRef Str) const { in MakeArgStringRef() 240 DerivedArgList::DerivedArgList(const InputArgList &BaseArgs) in DerivedArgList()
|
| H A D | OptTable.cpp | 351 std::unique_ptr<Arg> OptTable::parseOneArgGrouped(InputArgList &Args, in parseOneArgGrouped() 500 InputArgList OptTable::ParseArgs(ArrayRef<const char *> Args, in ParseArgs() 511 InputArgList OptTable::ParseArgs(ArrayRef<const char *> Args, in ParseArgs() 527 InputArgList OptTable::internalParseArgs( in internalParseArgs() 531 InputArgList Args(ArgArr.begin(), ArgArr.end()); in internalParseArgs() 582 InputArgList OptTable::parseArgs(int Argc, char *const *Argv, in parseArgs() 591 opt::InputArgList Args = ParseArgs(ArrayRef(NewArgv), MAI, MAC); in parseArgs()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | DriverUtils.cpp | 57 static void handleColorDiagnostics(Ctx &ctx, opt::InputArgList &args) { in handleColorDiagnostics() 71 opt::InputArgList &args) { in getQuotingStyle() 110 opt::InputArgList ELFOptTable::parse(Ctx &ctx, ArrayRef<const char *> argv) { in parse() 119 opt::InputArgList args = this->ParseArgs(vec, missingIndex, missingCount); in parse() 164 std::string elf::createResponseFile(const opt::InputArgList &args) { in createResponseFile()
|
| H A D | Driver.h | 24 llvm::opt::InputArgList parse(Ctx &, ArrayRef<const char *> argv); 36 std::string createResponseFile(const llvm::opt::InputArgList &args);
|
| H A D | Driver.cpp | 80 static void setConfigs(Ctx &ctx, opt::InputArgList &args); 81 static void readConfigs(Ctx &ctx, opt::InputArgList &args); 485 static const char *getReproduceOption(opt::InputArgList &args) { in getReproduceOption() 491 static bool hasZOption(opt::InputArgList &args, StringRef key) { in hasZOption() 501 static bool getZFlag(opt::InputArgList &args, StringRef k1, StringRef k2, in getZFlag() 516 static SeparateSegmentKind getZSeparate(opt::InputArgList &args) { in getZSeparate() 533 static GnuStackKind getZGnuStack(opt::InputArgList &args) { in getZGnuStack() 550 static uint8_t getZStartStopVisibility(Ctx &ctx, opt::InputArgList &args) { in getZStartStopVisibility() 572 static GcsPolicy getZGcs(Ctx &ctx, opt::InputArgList &args) { in getZGcs() 591 static ZicfilpPolicy getZZicfilp(Ctx &ctx, opt::InputArgList &args) { in getZZicfilp() [all …]
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/ |
| H A D | llvm-symbolizer.cpp | 335 static void symbolizeInput(const opt::InputArgList &Args, in symbolizeInput() 385 static opt::InputArgList parseOptions(int Argc, char *Argv[], bool IsAddr2Line, in parseOptions() 394 opt::InputArgList Args = in parseOptions() 415 static void parseIntArg(const opt::InputArgList &Args, int ID, T &Value) { in parseIntArg() 428 static FunctionNameKind decideHowToPrintFunctions(const opt::InputArgList &Args, in decideHowToPrintFunctions() 440 static std::optional<bool> parseColorArg(const opt::InputArgList &Args) { in parseColorArg() 451 static object::BuildID parseBuildIDArg(const opt::InputArgList &Args, int ID) { in parseBuildIDArg() 466 static void filterMarkup(const opt::InputArgList &Args, LLVMSymbolizer &Symbolizer) { in filterMarkup() 484 opt::InputArgList Args = parseOptions(argc, argv, IsAddr2Line, Saver, Tbl); in llvm_symbolizer_main()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Compilation.h | 32 class InputArgList; variable 64 llvm::opt::InputArgList *Args; 131 llvm::opt::InputArgList *Args, 193 const llvm::opt::InputArgList &getInputArgs() const { return *Args; } in getInputArgs()
|
| H A D | Driver.h | 326 std::unique_ptr<llvm::opt::InputArgList> CfgOptionsHead; 329 std::unique_ptr<llvm::opt::InputArgList> CfgOptionsTail; 332 std::unique_ptr<llvm::opt::InputArgList> CLOptions; 378 TranslateInputArgs(const llvm::opt::InputArgList &Args) const; 491 llvm::opt::InputArgList ParseArgStrings(ArrayRef<const char *> Args,
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | MachODump.h | 30 class InputArgList; variable 35 void parseMachOOptions(const llvm::opt::InputArgList &InputArgs);
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | Driver.h | 34 llvm::opt::InputArgList parse(CommonLinkerContext &ctx, 52 std::string createResponseFile(const llvm::opt::InputArgList &args);
|
| H A D | Driver.cpp | 65 static HeaderFileType getOutputType(const InputArgList &args) { in getOutputType() 159 getSearchPaths(unsigned optionCode, InputArgList &args, in getSearchPaths() 197 static std::vector<StringRef> getSystemLibraryRoots(InputArgList &args) { in getSystemLibraryRoots() 212 getLibrarySearchPaths(InputArgList &args, const std::vector<StringRef> &roots) { in getLibrarySearchPaths() 217 getFrameworkSearchPaths(InputArgList &args, in getFrameworkSearchPaths() 223 static llvm::CachePruningPolicy getLTOCachePolicy(InputArgList &args) { in getLTOCachePolicy() 792 static TargetInfo *createTargetInfo(InputArgList &args) { in createTargetInfo() 912 static const char *getReproduceOption(InputArgList &args) { in getReproduceOption() 919 static std::pair<StringRef, StringRef> getOldNewOptions(opt::InputArgList &args, in getOldNewOptions() 934 getOldNewOptionsExtra(opt::InputArgList &args, unsigned id) { in getOldNewOptionsExtra() [all …]
|
| H A D | DriverUtils.cpp | 73 InputArgList &args) { in handleColorDiagnostics() 95 InputArgList MachOOptTable::parse(CommonLinkerContext &ctx, in parse() 105 InputArgList args = ParseArgs(vec, missingIndex, missingCount); in parse() 152 std::string macho::createResponseFile(const InputArgList &args) { in createResponseFile()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-strings/ |
| H A D | llvm-strings.cpp | 83 static void parseIntArg(const opt::InputArgList &Args, int ID, T &Value) { in parseIntArg() 134 opt::InputArgList Args = in main()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | COFFDirectiveParser.h | 38 Expected<opt::InputArgList> parse(StringRef Str);
|
| H A D | COFFDirectiveParser.cpp | 50 Expected<opt::InputArgList> COFFDirectiveParser::parse(StringRef Str) { in parse()
|
| /freebsd/contrib/llvm-project/lldb/tools/driver/ |
| H A D | Driver.h | 44 lldb::SBError ProcessArgs(const llvm::opt::InputArgList &args, bool &exiting);
|
| /freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/ |
| H A D | LibDriver.cpp | 76 static std::vector<StringRef> getSearchPaths(opt::InputArgList *Args, in getSearchPaths() 131 static void doList(opt::InputArgList &Args) { in doList() 328 opt::InputArgList Args = in libDriverMain()
|