reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
157 Kind(Kind), IsUsedInReloc(false), SymbolContents(SymContentsUnset), 235 SymbolContents = SymContentsUnset; 322 bool isUnset() const { return SymbolContents == SymContentsUnset; } 325 assert((SymbolContents == SymContentsUnset || 331 assert((SymbolContents == SymContentsUnset ||lib/MC/MCSymbol.cpp
51 assert((SymbolContents == SymContentsUnset ||