Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaAttr.cpp467 auto Section = Context.SectionInfos.find(SectionName); in UnifySection()
468 if (Section == Context.SectionInfos.end()) { in UnifySection()
469 Context.SectionInfos[SectionName] = in UnifySection()
494 auto Section = Context.SectionInfos.find(SectionName); in UnifySection()
495 if (Section != Context.SectionInfos.end()) { in UnifySection()
506 Context.SectionInfos[SectionName] = in UnifySection()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTContext.h3059 llvm::StringMap<SectionInfo> SectionInfos; variable
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenModule.cpp4078 const ASTContext::SectionInfo &SI = Context.SectionInfos[SA->getName()]; in EmitGlobalVarDefinition()