reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1830 os << Action::getClassName(A->getKind()) << ", "; 1832 os << "\"" << IA->getInputArg().getValue() << "\""; 1834 os << '"' << BIA->getArchName() << '"' << ", {" 1845 os << ", "; 1846 os << '"'; 1848 os << A->getOffloadingKindPrefix(); 1850 os << "host"; 1851 os << " ("; 1852 os << TC->getTriple().normalize(); 1855 os << ":" << BoundArch; 1856 os << ")"; 1857 os << '"'; 1858 os << " {" << PrintActions1(C, A, Ids, SibIndent, SibKind) << "}"; 1868 os << Prefix << PrintActions1(C, PreRequisite, Ids, SibIndent, SibKind); 1872 os << "}"; 1874 os << "{}"; 1897 llvm::errs() << Indent + getSelfIndent(Kind) << Id << ": " << os.str() << ", "