Lines Matching refs:SymA
71 auto& SymA = cast<MCSymbolWasm>(RefA->getSymbol()); in getRelocType() local
80 assert(SymA.isFunction()); in getRelocType()
87 assert(SymA.isData()); in getRelocType()
103 if (SymA.isFunction()) in getRelocType()
107 if (SymA.isFunction()) in getRelocType()
111 if (SymA.isGlobal()) in getRelocType()
113 if (SymA.isFunction()) in getRelocType()
115 if (SymA.isTag()) in getRelocType()
117 if (SymA.isTable()) in getRelocType()
121 assert(SymA.isData()); in getRelocType()
124 if (SymA.isFunction()) { in getRelocType()
130 if (SymA.isGlobal()) in getRelocType()
142 if (SymA.isFunction()) { in getRelocType()
147 if (SymA.isGlobal()) in getRelocType()
156 assert(SymA.isData()); in getRelocType()