Home
last modified time | relevance | path

Searched refs:IsUsedInReloc (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCSymbol.h110 mutable unsigned IsUsedInReloc : 1; variable
159 Kind(Kind), IsUsedInReloc(false), SymbolContents(SymContentsUnset), in MCSymbol()
208 void setUsedInReloc() const { IsUsedInReloc = true; } in setUsedInReloc()
209 bool isUsedInReloc() const { return IsUsedInReloc; } in isUsedInReloc()