HomeSort by relevance Sort by last modified time
    Searched defs:getVariantKindName (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCExpr.cpp 34 StringRef AArch64MCExpr::getVariantKindName() const {
81 OS << getVariantKindName();
  /external/llvm/lib/MC/
MCExpr.cpp 169 StringRef MCSymbolRefExpr::getVariantKindName(VariantKind Kind) {
379 OS << '(' << MCSymbolRefExpr::getVariantKindName(getKind()) << ')';
381 OS << '@' << MCSymbolRefExpr::getVariantKindName(getKind());

Completed in 197 milliseconds