Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp3038 static bool checkCodeSegName(Sema&S, SourceLocation LiteralLoc, StringRef CodeSegName) { in checkCodeSegName() argument
3039 std::string Error = S.Context.getTargetInfo().isValidSectionSpecifier(CodeSegName); in checkCodeSegName()