Searched refs:SecIt (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1561 for (const auto &SecIt : Sections) {
1562 if (StringRef *SectionData = mapSectionToMember(SecIt.first()))
1563 *SectionData = SecIt.second->getBuffer();
1564 else if (SecIt.first() == "debug_info")
1567 InfoSections[SectionRef()].Data = SecIt.second->getBuffer();
1568 else if (SecIt.first() == "debug_info.dwo")
1569 InfoDWOSections[SectionRef()].Data = SecIt.second->getBuffer();
1570 else if (SecIt.first() == "debug_types")
1571 TypesSections[SectionRef()].Data = SecIt.second->getBuffer();
1572 else if (SecIt
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp78 auto SecIt = std::find_if( local
81 return *SecIt;
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.h1049 auto SecIt = local
1051 return SecIt == Sections.end() ? nullptr : SecIt->get();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp62 auto SecIt = std::find(PendingLabelSections.begin(), local
64 if (SecIt == PendingLabelSections.end())
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp2302 decltype(I->getSecond().LocalVarData)::const_iterator SecIt;
2304 SecIt = I->getSecond().SecondaryLocalVarData->begin();
2343 assert(SecIt->second.IsOnePerTeam &&
2345 LValue SecVarAddr = CGF.EmitLValueForField(SecBase, SecIt->second.FD);
2366 ++SecIt;

Completed in 218 milliseconds