Searched refs:IsUsedInReloc (Results 1 – 1 of 1) sorted by relevance
112 mutable unsigned IsUsedInReloc : 1; variable166 IsWeakExternal(false), Kind(Kind), IsUsedInReloc(false), in MCSymbol()215 void setUsedInReloc() const { IsUsedInReloc = true; } in setUsedInReloc()216 bool isUsedInReloc() const { return IsUsedInReloc; } in isUsedInReloc()