Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaAttr.cpp348 auto Section = Context.SectionInfos.find(SectionName); in UnifySection()
349 if (Section == Context.SectionInfos.end()) { in UnifySection()
350 Context.SectionInfos[SectionName] = in UnifySection()
375 auto Section = Context.SectionInfos.find(SectionName); in UnifySection()
376 if (Section != Context.SectionInfos.end()) { in UnifySection()
387 Context.SectionInfos[SectionName] = in UnifySection()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h2949 llvm::StringMap<SectionInfo> SectionInfos; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp3642 const ASTContext::SectionInfo &SI = Context.SectionInfos[SA->getName()]; in EmitGlobalVarDefinition()