Searched refs:GlobalRes (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp615 auto &GlobalRes = (*GlobalResolutions)[Sym.getName()]; local
616 GlobalRes.UnnamedAddr &= Sym.isUnnamedAddr();
618 assert(!GlobalRes.Prevailing &&
620 GlobalRes.Prevailing = true;
621 GlobalRes.IRName = std::string(Sym.getIRName());
622 } else if (!GlobalRes.Prevailing && GlobalRes.IRName.empty()) {
629 GlobalRes.IRName = std::string(Sym.getIRName());
632 // In rare occasion, the symbol used to initialize GlobalRes has a different
638 // the GlobalRes externa
[all...]

Completed in 351 milliseconds