reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
233 if (SymbolContents == SymContentsVariable) { 235 SymbolContents = SymContentsUnset; 298 return SymbolContents == SymContentsVariable; 322 bool isUnset() const { return SymbolContents == SymContentsUnset; } 325 assert((SymbolContents == SymContentsUnset || 326 SymbolContents == SymContentsOffset) && 331 assert((SymbolContents == SymContentsUnset || 332 SymbolContents == SymContentsOffset) && 335 SymbolContents = SymContentsOffset; 352 SymbolContents = Target ? SymContentsTargetCommon : SymContentsCommon; 387 return SymbolContents == SymContentsCommon || 388 SymbolContents == SymContentsTargetCommon; 393 return SymbolContents == SymContentsTargetCommon;lib/MC/MCSymbol.cpp
51 assert((SymbolContents == SymContentsUnset || 52 SymbolContents == SymContentsVariable) && 55 SymbolContents = SymContentsVariable;