Lines Matching refs:SymA
69 auto& SymA = cast<MCSymbolWasm>(RefA->getSymbol()); in getRelocType() local
77 assert(SymA.isFunction()); in getRelocType()
82 assert(SymA.isData()); in getRelocType()
93 if (SymA.isFunction()) in getRelocType()
97 if (SymA.isFunction()) in getRelocType()
101 if (SymA.isGlobal()) in getRelocType()
103 if (SymA.isFunction()) in getRelocType()
105 if (SymA.isEvent()) in getRelocType()
107 if (SymA.isTable()) in getRelocType()
111 assert(SymA.isData()); in getRelocType()
114 if (SymA.isFunction()) in getRelocType()
116 if (SymA.isGlobal()) in getRelocType()
127 if (SymA.isFunction()) in getRelocType()
129 if (SymA.isGlobal()) in getRelocType()
138 assert(SymA.isData()); in getRelocType()