Lines Matching refs:DefinedRegular
73 DefinedRegular *Candidate = nullptr; in getSymbol()
76 auto *D = dyn_cast_or_null<DefinedRegular>(S); in getSymbol()
170 } else if (isa<DefinedRegular>(Imp)) { in handleMinGWAutomaticImport()
172 toString(cast<DefinedRegular>(Imp)->File)); in handleMinGWAutomaticImport()
173 ImpSize = sizeof(DefinedRegular); in handleMinGWAutomaticImport()
176 " from " + toString(cast<DefinedRegular>(Imp)->File) + in handleMinGWAutomaticImport()
188 DefinedRegular *Refptr = in handleMinGWAutomaticImport()
189 dyn_cast_or_null<DefinedRegular>(find((".refptr." + Name).str())); in handleMinGWAutomaticImport()
222 if (isa<DefinedRegular>(D)) in reportRemainingUndefines()
223 memcpy(Sym, D, sizeof(DefinedRegular)); in reportRemainingUndefines()
395 if (WasInserted || !isa<DefinedRegular>(S)) in addRegular()
396 replaceSymbol<DefinedRegular>(S, F, N, /*IsCOMDAT*/ false, in addRegular()
409 if (WasInserted || !isa<DefinedRegular>(S)) { in addComdat()
410 replaceSymbol<DefinedRegular>(S, F, N, /*IsCOMDAT*/ true, in addComdat()
414 if (!cast<DefinedRegular>(S)->isCOMDAT()) in addComdat()