Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCSymbol.h62 SymContentsTargetCommon, // Index stores the section index enumerator
353 SymbolContents = Target ? SymContentsTargetCommon : SymContentsCommon;
387 SymbolContents == SymContentsTargetCommon; in isCommon()
392 return SymbolContents == SymContentsTargetCommon; in isTargetCommon()