Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h189 static SectionKind getExclude() { return get(Exclude); } in getExclude() function
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp248 return SectionKind::getExclude(); in getKindForGlobal()