Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaAttr.cpp294 CSec = &PragmaClangTextSection; in ActOnPragmaClangSection()
DSemaDecl.cpp9514 if (PragmaClangTextSection.Valid && D.isFunctionDefinition() && in ActOnFunctionDeclarator()
9517 Context, PragmaClangTextSection.SectionName, in ActOnFunctionDeclarator()
9518 PragmaClangTextSection.PragmaLocation, AttributeCommonInfo::AS_Pragma)); in ActOnFunctionDeclarator()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DAttr.td2440 def PragmaClangTextSection : InheritableAttr {
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h476 PragmaClangSection PragmaClangTextSection; variable