Home | History | Annotate | Download | only in MC

Lines Matching refs:IsGlobal

796   bool IsGlobal = MCELF::GetBinding(Data) == ELF::STB_GLOBAL;
797 if (!Symbol.isVariable() && Symbol.isUndefined() && !IsGlobal)