reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/LTO/LTO.h
  367     bool isPrevailingIRSymbol() const { return Prevailing && !IRName.empty(); }
lib/LTO/LTO.cpp
  514       GlobalRes.IRName = Sym.getIRName();
  515     } else if (!GlobalRes.Prevailing && GlobalRes.IRName.empty()) {
  522       GlobalRes.IRName = Sym.getIRName();
  904     if (Res.second.IRName.empty())
  908         GlobalValue::dropLLVMManglingEscape(Res.second.IRName));
  996           RegularLTO.CombinedModule->getNamedValue(R.second.IRName);
 1321         GlobalValue::dropLLVMManglingEscape(Res.second.IRName));