Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp687 auto SectionIt = Context.SectionInfos.find(SectionName); in UnifySection()
688 if (SectionIt == Context.SectionInfos.end()) { in UnifySection()
689 Context.SectionInfos[SectionName] = in UnifySection()
713 auto SectionIt = Context.SectionInfos.find(SectionName); in UnifySection()
714 if (SectionIt != Context.SectionInfos.end()) { in UnifySection()
729 Context.SectionInfos[SectionName] = in UnifySection()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3357 llvm::StringMap<SectionInfo> SectionInfos; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp5447 const ASTContext::SectionInfo &SI = Context.SectionInfos[SA->getName()]; in EmitGlobalVarDefinition()