Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaAttr.cpp295 SectionFlags |= ASTContext::PSF_Write | ASTContext::PSF_ZeroInit; in ActOnPragmaClangSection()
299 SectionFlags |= ASTContext::PSF_Write; in ActOnPragmaClangSection()
HDSemaDecl.cpp14421 SectionFlags |= ASTContext::PSF_Write; in CheckCompleteVariableDeclaration()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParsePragma.cpp1109 .Case("write", ASTContext::PSF_Write) in HandlePragmaMSSection()
1131 SectionFlags |= ASTContext::PSF_Write; in HandlePragmaMSSection()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTContext.h3428 PSF_Write = 0x2, enumerator
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenModule.cpp5580 if ((SI.SectionFlags & ASTContext::PSF_Write) == 0) in EmitGlobalVarDefinition()