Searched defs:SectionFlags (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Sema/
H A DSemaAttr.cpp248 int SectionFlags,
253 ASTContext::SectionInfo(Decl, SourceLocation(), SectionFlags);
257 if (Section->second.SectionFlags == SectionFlags ||
258 !(Section->second.SectionFlags & ASTContext::PSF_Implicit))
275 int SectionFlags,
279 if (Section->second.SectionFlags == SectionFlags)
281 if (!(Section->second.SectionFlags & ASTContext::PSF_Implicit)) {
290 ASTContext::SectionInfo(nullptr, PragmaSectionLocation, SectionFlags);
247 UnifySection(StringRef SectionName, int SectionFlags, DeclaratorDecl *Decl) argument
274 UnifySection(StringRef SectionName, int SectionFlags, SourceLocation PragmaSectionLocation) argument
316 ActOnPragmaMSSection(SourceLocation PragmaLocation, int SectionFlags, StringLiteral *SegmentName) argument
[all...]
H A DSemaDecl.cpp10371 int SectionFlags = ASTContext::PSF_Implicit | ASTContext::PSF_Read; local
10376 SectionFlags |= ASTContext::PSF_Write;
10379 SectionFlags |= ASTContext::PSF_Write;
10387 if (UnifySection(SA->getName(), SectionFlags, var))
/external/google-breakpad/src/common/mac/
H A Dmacho_reader.h67 typedef uint32_t SectionFlags; typedef in namespace:google_breakpad::mach_o
212 // Flags from SectionFlags describing the section's contents.
/external/clang/lib/Parse/
H A DParsePragma.cpp568 int SectionFlags = ASTContext::PSF_Read; local
604 SectionFlags |= Flag;
611 SectionFlags |= ASTContext::PSF_Write;
623 Actions.ActOnPragmaMSSection(PragmaLocation, SectionFlags, SegmentName);
/external/clang/include/clang/AST/
H A DASTContext.h2591 int SectionFlags; member in struct:clang::ASTContext::DynTypedNodeList::SectionInfo
2595 int SectionFlags)
2598 SectionFlags(SectionFlags) {}
2593 SectionInfo(DeclaratorDecl *Decl, SourceLocation PragmaSectionLocation, int SectionFlags) argument

Completed in 329 milliseconds