Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaAttr.cpp408 !checkSectionName(SegmentName->getBeginLoc(), SegmentName->getString())) in ActOnPragmaMSSeg()
H A DSemaDeclAttr.cpp3003 bool Sema::checkSectionName(SourceLocation LiteralLoc, StringRef SecName) { in checkSectionName() function in Sema
3021 if (!S.checkSectionName(LiteralLoc, Str)) in handleSectionAttr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3396 bool checkSectionName(SourceLocation LiteralLoc, StringRef Str);