Add count() method to MapVector
[oota-llvm.git] / include / llvm / MC / MCContext.h
index 23652f00d0aa310136743677f753a75fd4c05b28..5a8830cb66ce12c1c31648701b8cc080c720ee9a 100644 (file)
@@ -183,6 +183,7 @@ namespace llvm {
 
     /// LookupSymbol - Get the symbol for \p Name, or null.
     MCSymbol *LookupSymbol(StringRef Name) const;
+    MCSymbol *LookupSymbol(const Twine &Name) const;
 
     /// getSymbols - Get a reference for the symbol table for clients that
     /// want to, for example, iterate over all symbols. 'const' because we