Home
last modified time | relevance | path

Searched refs:BIA (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2373 } else if (BindArchAction *BIA = dyn_cast<BindArchAction>(A)) { local
2374 os << '"' << BIA->getArchName() << '"' << ", {"
2375 << PrintActions1(C, *BIA->input_begin(), Ids, SibIndent, SibKind) << "}";