Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink-elf.cpp94 if (FileInfo.SectionInfos.count(Sec.getName())) in registerELFGraphInfo()
165 FileInfo.SectionInfos[Sec.getName()] = {SecSize, SecAddr.getValue()}; in registerELFGraphInfo()
167 FileInfo.SectionInfos[Sec.getName()] = { in registerELFGraphInfo()
H A Dllvm-jitlink-macho.cpp96 if (FileInfo.SectionInfos.count(Sec.getName())) in registerMachOGraphInfo()
160 FileInfo.SectionInfos[Sec.getName()] = {SecSize, SecAddr.getValue()}; in registerMachOGraphInfo()
162 FileInfo.SectionInfos[Sec.getName()] = { in registerMachOGraphInfo()
H A Dllvm-jitlink-coff.cpp92 if (FileInfo.SectionInfos.count(Sec.getName())) in registerCOFFGraphInfo()
164 FileInfo.SectionInfos[Sec.getName()] = {SecSize, SecAddr.getValue()}; in registerCOFFGraphInfo()
166 FileInfo.SectionInfos[Sec.getName()] = { in registerCOFFGraphInfo()
H A Dllvm-jitlink.h51 StringMap<MemoryRegionInfo> SectionInfos; member
H A Dllvm-jitlink.cpp307 for (auto &SIKV : FI.SectionInfos) in operator <<()
1201 auto SecInfoItr = FI->SectionInfos.find(SectionName); in findSectionInfo()
1202 if (SecInfoItr == FI->SectionInfos.end()) in findSectionInfo()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAttr.cpp703 auto SectionIt = Context.SectionInfos.find(SectionName); in UnifySection()
704 if (SectionIt == Context.SectionInfos.end()) { in UnifySection()
705 Context.SectionInfos[SectionName] = in UnifySection()
729 auto SectionIt = Context.SectionInfos.find(SectionName); in UnifySection()
730 if (SectionIt != Context.SectionInfos.end()) { in UnifySection()
745 Context.SectionInfos[SectionName] = in UnifySection()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h3309 llvm::StringMap<SectionInfo> SectionInfos; variable
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp4835 const ASTContext::SectionInfo &SI = Context.SectionInfos[SA->getName()]; in EmitGlobalVarDefinition()