Searched refs:SectionFlags (Results 1 - 8 of 8) sorted by relevance
/external/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 364 int SectionFlags, 369 ASTContext::SectionInfo(Decl, SourceLocation(), SectionFlags); 373 if (Section->second.SectionFlags == SectionFlags || 374 !(Section->second.SectionFlags & ASTContext::PSF_Implicit)) 391 int SectionFlags, 395 if (Section->second.SectionFlags == SectionFlags) 397 if (!(Section->second.SectionFlags & ASTContext::PSF_Implicit)) { 406 ASTContext::SectionInfo(nullptr, PragmaSectionLocation, SectionFlags); 363 UnifySection(StringRef SectionName, int SectionFlags, DeclaratorDecl *Decl) argument 390 UnifySection(StringRef SectionName, int SectionFlags, SourceLocation PragmaSectionLocation) argument 432 ActOnPragmaMSSection(SourceLocation PragmaLocation, int SectionFlags, StringLiteral *SegmentName) argument [all...] |
H A D | SemaDecl.cpp | 9576 int SectionFlags = ASTContext::PSF_Implicit | ASTContext::PSF_Read; local 9581 SectionFlags |= ASTContext::PSF_Write; 9584 SectionFlags |= ASTContext::PSF_Write; 9592 if (UnifySection(SA->getName(), SectionFlags, var))
|
/external/google-breakpad/src/common/mac/ |
H A D | macho_reader.h | 67 typedef uint32_t SectionFlags; typedef in namespace:google_breakpad::mach_o 212 // Flags from SectionFlags describing the section's contents.
|
/external/google-breakpad/src/tools/mac/dump_syms/ |
H A D | macho_dump.cc | 84 mach_o::SectionFlags(section.flags),
|
/external/clang/include/clang/AST/ |
H A D | ASTContext.h | 2363 int SectionFlags; member in struct:clang::ASTContext::SectionInfo 2367 int SectionFlags) 2370 SectionFlags(SectionFlags) {} 2365 SectionInfo(DeclaratorDecl *Decl, SourceLocation PragmaSectionLocation, int SectionFlags) argument
|
/external/clang/lib/Parse/ |
H A D | ParsePragma.cpp | 541 int SectionFlags = ASTContext::PSF_Read; local 577 SectionFlags |= Flag; 584 SectionFlags |= ASTContext::PSF_Write; 596 Actions.ActOnPragmaMSSection(PragmaLocation, SectionFlags, SegmentName);
|
/external/clang/include/clang/Sema/ |
H A D | Sema.h | 7269 int SectionFlags, 7272 int SectionFlags, 7284 int SectionFlags, StringLiteral *SegmentName);
|
/external/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 2084 if ((SI.SectionFlags & ASTContext::PSF_Write) == 0)
|
Completed in 333 milliseconds