Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DSectionKind.h125 bool isExclude() const { return K == Exclude; } in isExclude() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp547 if (!K.isMetadata() && !K.isExclude()) in getELFSectionFlags()
550 if (K.isExclude()) in getELFSectionFlags()
1576 else if (K.isExclude()) in getCOFFSectionFlags()