Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp308 CSec = &PragmaClangTextSection; in ActOnPragmaClangSection()
H A DSemaDecl.cpp10250 if (PragmaClangTextSection.Valid && D.isFunctionDefinition() && in ActOnFunctionDeclarator()
10253 Context, PragmaClangTextSection.SectionName, in ActOnFunctionDeclarator()
10254 PragmaClangTextSection.PragmaLocation)); in ActOnFunctionDeclarator()
10274 Context, PragmaClangTextSection.PragmaLocation)); in ActOnFunctionDeclarator()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td2969 def PragmaClangTextSection : InheritableAttr {
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1501 PragmaClangSection PragmaClangTextSection; variable