Searched refs:getOldNewOptions (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DDriver.cpp96 static std::pair<StringRef, StringRef> getOldNewOptions(opt::InputArgList &args, function in namespace:lld::coff
1532 getOldNewOptions(args, OPT_thinlto_prefix_replace);
1534 getOldNewOptions(args, OPT_thinlto_object_suffix_replace);
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DDriver.cpp801 static std::pair<StringRef, StringRef> getOldNewOptions(opt::InputArgList &args, function in namespace:lld::elf
954 getOldNewOptions(args, OPT_thinlto_object_suffix_replace_eq);
956 getOldNewOptions(args, OPT_thinlto_prefix_replace_eq);

Completed in 173 milliseconds