Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaAttr.cpp263 SectionFlags |= ASTContext::PSF_Write | ASTContext::PSF_ZeroInit; in ActOnPragmaClangSection()
267 SectionFlags |= ASTContext::PSF_Write; in ActOnPragmaClangSection()
DSemaDecl.cpp12937 SectionFlags |= ASTContext::PSF_Write; in CheckCompleteVariableDeclaration()
12940 SectionFlags |= ASTContext::PSF_Write; in CheckCompleteVariableDeclaration()
/external/clang/lib/Parse/
DParsePragma.cpp589 .Case("write", ASTContext::PSF_Write) in HandlePragmaMSSection()
611 SectionFlags |= ASTContext::PSF_Write; in HandlePragmaMSSection()
/external/clang/include/clang/AST/
DASTContext.h2582 PSF_Write = 0x2, enumerator
/external/llvm-project/clang/lib/Parse/
DParsePragma.cpp893 .Case("write", ASTContext::PSF_Write) in HandlePragmaMSSection()
915 SectionFlags |= ASTContext::PSF_Write; in HandlePragmaMSSection()
/external/llvm-project/clang/include/clang/AST/
DASTContext.h3080 PSF_Write = 0x2, enumerator
/external/clang/lib/CodeGen/
DCodeGenModule.cpp2540 if ((SI.SectionFlags & ASTContext::PSF_Write) == 0) in EmitGlobalVarDefinition()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenModule.cpp4313 if ((SI.SectionFlags & ASTContext::PSF_Write) == 0) in EmitGlobalVarDefinition()
/external/clang/lib/Sema/
DSemaDecl.cpp10376 SectionFlags |= ASTContext::PSF_Write; in CheckCompleteVariableDeclaration()
10379 SectionFlags |= ASTContext::PSF_Write; in CheckCompleteVariableDeclaration()