Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp610 auto SectionIt = Context.SectionInfos.find(SectionName); in UnifySection()
611 if (SectionIt == Context.SectionInfos.end()) { in UnifySection()
612 Context.SectionInfos[SectionName] = in UnifySection()
636 auto SectionIt = Context.SectionInfos.find(SectionName); in UnifySection()
637 if (SectionIt != Context.SectionInfos.end()) { in UnifySection()
652 Context.SectionInfos[SectionName] = in UnifySection()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3199 llvm::StringMap<SectionInfo> SectionInfos; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp4459 const ASTContext::SectionInfo &SI = Context.SectionInfos[SA->getName()]; in EmitGlobalVarDefinition()