Searched refs:IsUsedInReloc (Results 1 – 1 of 1) sorted by relevance
109 mutable unsigned IsUsedInReloc : 1; variable158 Kind(Kind), IsUsedInReloc(false), SymbolContents(SymContentsUnset), in MCSymbol()207 void setUsedInReloc() const { IsUsedInReloc = true; } in setUsedInReloc()208 bool isUsedInReloc() const { return IsUsedInReloc; } in isUsedInReloc()