Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Namespace

30 using namespace llvm;
1528 std::string Namespace = Target.getInstNamespace();
1529 assert(!Namespace.empty() && "No instructions defined.");
1722 if (R->getValueAsString("Namespace") == "TargetOpcode")
1744 o << "namespace llvm {\n\n";
1769 o << "\n} // End llvm namespace \n";