Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp801 auto [SectionIt, Inserted] = Context.SectionInfos.try_emplace( in UnifySection()
825 auto SectionIt = Context.SectionInfos.find(SectionName); in UnifySection()
826 if (SectionIt != Context.SectionInfos.end()) { in UnifySection()
841 Context.SectionInfos[SectionName] = in UnifySection()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3686 llvm::StringMap<SectionInfo> SectionInfos; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp5904 const ASTContext::SectionInfo &SI = Context.SectionInfos[SA->getName()]; in EmitGlobalVarDefinition()