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

References

lib/Object/IRSymtab.cpp
  240   if (!GV) {
  248   setStr(Sym.IRName, GV->getName());
  253     if (GV->getName() == LibcallName)
  256   if (Used.count(GV) || IsBuiltinFunc)
  258   if (GV->isThreadLocal())
  260   if (GV->hasGlobalUnnamedAddr())
  262   if (GV->canBeOmittedFromSymbolTable())
  264   Sym.Flags |= unsigned(GV->getVisibility()) << storage::Symbol::FB_visibility;
  267     Uncommon().CommonSize = GV->getParent()->getDataLayout().getTypeAllocSize(
  268         GV->getType()->getElementType());
  269     Uncommon().CommonAlign = GV->getAlignment();
  272   const GlobalObject *Base = GV->getBaseObject();
  277     Expected<int> ComdatIndexOrErr = getComdatIndex(C, GV->getParent());
  284     emitLinkerFlagsForGlobalCOFF(COFFLinkerOptsOS, GV, TT, Mang);
  289           cast<GlobalAlias>(GV)->getAliasee()->stripPointerCasts());