Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h62 SymContentsTargetCommon, // Index stores the section index enumerator
355 SymbolContents = Target ? SymContentsTargetCommon : SymContentsCommon;
389 SymbolContents == SymContentsTargetCommon; in isCommon()
394 return SymbolContents == SymContentsTargetCommon; in isTargetCommon()