Lines Matching refs:Undefined
136 replaceSymbol<Undefined>(s, name, file, refState); in addUndefined()
143 else if (auto *undefined = dyn_cast<Undefined>(s)) in addUndefined()
180 } else if (auto *undefined = dyn_cast<Undefined>(s)) { in addDylib()
188 if (wasInserted || isa<Undefined>(s) || in addDylib()
212 } else if (isa<Undefined>(s)) { in addLazyArchive()
232 } else if (isa<Undefined>(s)) { in addLazyObject()
264 static Defined *createBoundarySymbol(const Undefined &sym) { in createBoundarySymbol()
270 static void handleSectionBoundarySymbol(const Undefined &sym, StringRef segSect, in handleSectionBoundarySymbol()
311 static void handleSegmentBoundarySymbol(const Undefined &sym, StringRef segName, in handleSegmentBoundarySymbol()
322 static bool recoverFromUndefinedSymbol(const Undefined &sym) { in recoverFromUndefinedSymbol()
378 MapVector<const Undefined *, UndefinedDiag> undefs;
433 void macho::treatUndefinedSymbol(const Undefined &sym, StringRef source) { in treatUndefinedSymbol()
440 void macho::treatUndefinedSymbol(const Undefined &sym, const InputSection *isec, in treatUndefinedSymbol()