Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-jitlink/
Dllvm-jitlink-macho.cpp96 if (FileInfo.SectionInfos.count(Sec.getName())) in registerMachOGraphInfo()
159 FileInfo.SectionInfos[Sec.getName()] = {SecSize, SecAddr}; in registerMachOGraphInfo()
161 FileInfo.SectionInfos[Sec.getName()] = { in registerMachOGraphInfo()
Dllvm-jitlink.h130 StringMap<MemoryRegionInfo> SectionInfos; member
Dllvm-jitlink.cpp179 for (auto &SIKV : FI.SectionInfos) in operator <<()
923 auto SecInfoItr = FI->SectionInfos.find(SectionName); in findSectionInfo()
924 if (SecInfoItr == FI->SectionInfos.end()) in findSectionInfo()
/external/clang/lib/Sema/
DSemaAttr.cpp250 auto Section = Context.SectionInfos.find(SectionName); in UnifySection()
251 if (Section == Context.SectionInfos.end()) { in UnifySection()
252 Context.SectionInfos[SectionName] = in UnifySection()
277 auto Section = Context.SectionInfos.find(SectionName); in UnifySection()
278 if (Section != Context.SectionInfos.end()) { in UnifySection()
289 Context.SectionInfos[SectionName] = in UnifySection()
/external/llvm-project/clang/lib/Sema/
DSemaAttr.cpp491 auto SectionIt = Context.SectionInfos.find(SectionName); in UnifySection()
492 if (SectionIt == Context.SectionInfos.end()) { in UnifySection()
493 Context.SectionInfos[SectionName] = in UnifySection()
517 auto SectionIt = Context.SectionInfos.find(SectionName); in UnifySection()
518 if (SectionIt != Context.SectionInfos.end()) { in UnifySection()
533 Context.SectionInfos[SectionName] = in UnifySection()
/external/clang/include/clang/AST/
DASTContext.h2601 llvm::StringMap<SectionInfo> SectionInfos; variable
/external/llvm-project/clang/include/clang/AST/
DASTContext.h3100 llvm::StringMap<SectionInfo> SectionInfos; variable
/external/clang/lib/CodeGen/
DCodeGenModule.cpp2539 const ASTContext::SectionInfo &SI = Context.SectionInfos[SA->getName()]; in EmitGlobalVarDefinition()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenModule.cpp4312 const ASTContext::SectionInfo &SI = Context.SectionInfos[SA->getName()]; in EmitGlobalVarDefinition()