Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1639 for (const auto &SecIt : Sections) { in DWARFObjInMemory() local
1640 if (StringRef *SectionData = mapSectionToMember(SecIt.first())) in DWARFObjInMemory()
1641 *SectionData = SecIt.second->getBuffer(); in DWARFObjInMemory()
1642 else if (SecIt.first() == "debug_info") in DWARFObjInMemory()
1645 InfoSections[SectionRef()].Data = SecIt.second->getBuffer(); in DWARFObjInMemory()
1646 else if (SecIt.first() == "debug_info.dwo") in DWARFObjInMemory()
1647 InfoDWOSections[SectionRef()].Data = SecIt.second->getBuffer(); in DWARFObjInMemory()
1648 else if (SecIt.first() == "debug_types") in DWARFObjInMemory()
1649 TypesSections[SectionRef()].Data = SecIt.second->getBuffer(); in DWARFObjInMemory()
1650 else if (SecIt.first() == "debug_types.dwo") in DWARFObjInMemory()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.h1070 auto SecIt = in findSection() local
1072 return SecIt == Sections.end() ? nullptr : SecIt->get(); in findSection()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1898 decltype(I->getSecond().LocalVarData)::const_iterator SecIt; in emitGenericVarsProlog() local
1900 SecIt = I->getSecond().SecondaryLocalVarData->begin(); in emitGenericVarsProlog()
1940 assert(SecIt->second.IsOnePerTeam && in emitGenericVarsProlog()
1942 LValue SecVarAddr = CGF.EmitLValueForField(SecBase, SecIt->second.FD); in emitGenericVarsProlog()
1963 ++SecIt; in emitGenericVarsProlog()