Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DSectionKind.h125 bool isExclude() const { return K == Exclude; } in isExclude() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp513 if (!K.isMetadata() && !K.isExclude()) in getELFSectionFlags()
516 if (K.isExclude()) in getELFSectionFlags()
1542 else if (K.isExclude()) in getCOFFSectionFlags()