reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
354 static StringRef getVariantKindName(VariantKind Kind);
448 OS << '(' << MCSymbolRefExpr::getVariantKindName(getKind()) << ')'; 450 OS << '@' << MCSymbolRefExpr::getVariantKindName(getKind());lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.cpp
485 O << '@' << MCSymbolRefExpr::getVariantKindName(RefExp->getKind());