Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink-elf.cpp93 if (FileInfo.SectionInfos.count(Sec.getName())) in registerELFGraphInfo()
164 FileInfo.SectionInfos[Sec.getName()] = {SecSize, SecAddr.getValue()}; in registerELFGraphInfo()
166 FileInfo.SectionInfos[Sec.getName()] = { in registerELFGraphInfo()
H A Dllvm-jitlink-coff.cpp91 if (FileInfo.SectionInfos.count(Sec.getName())) in registerCOFFGraphInfo()
163 FileInfo.SectionInfos[Sec.getName()] = {SecSize, SecAddr.getValue()}; in registerCOFFGraphInfo()
165 FileInfo.SectionInfos[Sec.getName()] = { in registerCOFFGraphInfo()
H A Dllvm-jitlink-macho.cpp95 if (FileInfo.SectionInfos.count(Sec.getName())) in registerMachOGraphInfo()
159 FileInfo.SectionInfos[Sec.getName()] = {SecSize, SecAddr.getValue()}; in registerMachOGraphInfo()
161 FileInfo.SectionInfos[Sec.getName()] = { in registerMachOGraphInfo()
H A Dllvm-jitlink.h50 StringMap<MemoryRegionInfo> SectionInfos; member
H A Dllvm-jitlink.cpp322 for (auto &SIKV : FI.SectionInfos) in operator <<()
1164 auto SecInfoItr = FI->SectionInfos.find(SectionName); in findSectionInfo()
1165 if (SecInfoItr == FI->SectionInfos.end()) in findSectionInfo()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaAttr.cpp689 auto SectionIt = Context.SectionInfos.find(SectionName); in UnifySection()
690 if (SectionIt == Context.SectionInfos.end()) { in UnifySection()
691 Context.SectionInfos[SectionName] = in UnifySection()
715 auto SectionIt = Context.SectionInfos.find(SectionName); in UnifySection()
716 if (SectionIt != Context.SectionInfos.end()) { in UnifySection()
731 Context.SectionInfos[SectionName] = in UnifySection()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h3327 llvm::StringMap<SectionInfo> SectionInfos; variable
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp4999 const ASTContext::SectionInfo &SI = Context.SectionInfos[SA->getName()]; in EmitGlobalVarDefinition()