Searched refs:BIA (Results 1 – 1 of 1) sorted by relevance
832 } else if (BindArchAction *BIA = dyn_cast<BindArchAction>(A)) { in PrintActions1() local833 os << '"' << BIA->getArchName() << '"' in PrintActions1()834 << ", {" << PrintActions1(C, *BIA->begin(), Ids) << "}"; in PrintActions1()