Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h125 bool isExclude() const { return K == Exclude; } in isExclude() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp539 if (!K.isMetadata() && !K.isExclude()) in getELFSectionFlags()
542 if (K.isExclude()) in getELFSectionFlags()
1594 else if (K.isExclude()) in getCOFFSectionFlags()