Searched refs:IsUsedInReloc (Results 1 – 3 of 3) sorted by relevance
108 mutable unsigned IsUsedInReloc : 1; variable157 Kind(Kind), IsUsedInReloc(false), SymbolContents(SymContentsUnset), in MCSymbol()206 void setUsedInReloc() const { IsUsedInReloc = true; } in setUsedInReloc()207 bool isUsedInReloc() const { return IsUsedInReloc; } in isUsedInReloc()
103 mutable unsigned IsUsedInReloc : 1; variable152 Kind(Kind), IsUsedInReloc(false), SymbolContents(SymContentsUnset), in MCSymbol()209 void setUsedInReloc() const { IsUsedInReloc = true; } in setUsedInReloc()210 bool isUsedInReloc() const { return IsUsedInReloc; } in isUsedInReloc()