Home | History | Annotate | Download | only in MC

Lines Matching refs:IsGlobal

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