Home | History | Annotate | Download | only in Basic

Lines Matching refs:setABI

2676   virtual bool setABI(const std::string &Name) {
3464 virtual bool setABI(const std::string &Name) = 0;
3590 virtual bool setABI(const std::string &Name) {
3697 virtual bool setABI(const std::string &Name) {
4151 if (!Opts.ABI.empty() && !Target->setABI(Opts.ABI)) {