Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink-elf.cpp94 if (FileInfo.SectionInfos.count(Sec.getName())) in registerELFGraphInfo()
164 FileInfo.SectionInfos[Sec.getName()] = {SecSize, SecAddr}; in registerELFGraphInfo()
166 FileInfo.SectionInfos[Sec.getName()] = { in registerELFGraphInfo()
H A 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()
H A Dllvm-jitlink.h128 StringMap<MemoryRegionInfo> SectionInfos; member
H A Dllvm-jitlink.cpp191 for (auto &SIKV : FI.SectionInfos) in operator <<()
969 auto SecInfoItr = FI->SectionInfos.find(SectionName); in findSectionInfo()
970 if (SecInfoItr == FI->SectionInfos.end()) in findSectionInfo()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAttr.cpp610 auto SectionIt = Context.SectionInfos.find(SectionName); in UnifySection()
611 if (SectionIt == Context.SectionInfos.end()) { in UnifySection()
612 Context.SectionInfos[SectionName] = in UnifySection()
636 auto SectionIt = Context.SectionInfos.find(SectionName); in UnifySection()
637 if (SectionIt != Context.SectionInfos.end()) { in UnifySection()
652 Context.SectionInfos[SectionName] = in UnifySection()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h3148 llvm::StringMap<SectionInfo> SectionInfos; variable
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp4429 const ASTContext::SectionInfo &SI = Context.SectionInfos[SA->getName()]; in EmitGlobalVarDefinition()