Lines Matching refs:MCSymbolRefExpr
48 if (auto SyExp = dyn_cast<MCSymbolRefExpr>(Expr)) { in getTargetSection()
69 const MCSymbolRefExpr *RefA = Target.getSymA(); in getRelocType()
73 MCSymbolRefExpr::VariantKind Modifier = Target.getAccessVariant(); in getRelocType()
76 case MCSymbolRefExpr::VK_GOT: in getRelocType()
77 case MCSymbolRefExpr::VK_WASM_GOT_TLS: in getRelocType()
79 case MCSymbolRefExpr::VK_WASM_TBREL: in getRelocType()
83 case MCSymbolRefExpr::VK_WASM_TLSREL: in getRelocType()
86 case MCSymbolRefExpr::VK_WASM_MBREL: in getRelocType()
90 case MCSymbolRefExpr::VK_WASM_TYPEINDEX: in getRelocType()
92 case MCSymbolRefExpr::VK_None: in getRelocType()
94 case MCSymbolRefExpr::VK_WASM_FUNCINDEX: in getRelocType()