Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCSymbol.h107 mutable unsigned IsUsedInReloc : 1; variable
156 Kind(Kind), IsUsedInReloc(false), SymbolContents(SymContentsUnset), in MCSymbol()
213 void setUsedInReloc() const { IsUsedInReloc = true; } in setUsedInReloc()
214 bool isUsedInReloc() const { return IsUsedInReloc; } in isUsedInReloc()