Searched refs:CodeSegName (Results 1 – 1 of 1) sorted by relevance
3038 static bool checkCodeSegName(Sema&S, SourceLocation LiteralLoc, StringRef CodeSegName) { in checkCodeSegName() argument3039 std::string Error = S.Context.getTargetInfo().isValidSectionSpecifier(CodeSegName); in checkCodeSegName()