Home
last modified time | relevance | path

Searched refs:SectionInfos (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp700 auto SectionIt = Context.SectionInfos.find(SectionName); in UnifySection()
701 if (SectionIt == Context.SectionInfos.end()) { in UnifySection()
702 Context.SectionInfos[SectionName] = in UnifySection()
726 auto SectionIt = Context.SectionInfos.find(SectionName); in UnifySection()
727 if (SectionIt != Context.SectionInfos.end()) { in UnifySection()
742 Context.SectionInfos[SectionName] = in UnifySection()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3447 llvm::StringMap<SectionInfo> SectionInfos; variable
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp5579 const ASTContext::SectionInfo &SI = Context.SectionInfos[SA->getName()]; in EmitGlobalVarDefinition()