HomeSort by: relevance | last modified time | path
    Searched refs:SecIt (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 1639 for (const auto &SecIt : Sections) {
1640 if (StringRef *SectionData = mapSectionToMember(SecIt.first()))
1641 *SectionData = SecIt.second->getBuffer();
1642 else if (SecIt.first() == "debug_info")
1645 InfoSections[SectionRef()].Data = SecIt.second->getBuffer();
1646 else if (SecIt.first() == "debug_info.dwo")
1647 InfoDWOSections[SectionRef()].Data = SecIt.second->getBuffer();
1648 else if (SecIt.first() == "debug_types")
1649 TypesSections[SectionRef()].Data = SecIt.second->getBuffer();
1650 else if (SecIt.first() == "debug_types.dwo"
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.h 1070 auto SecIt =
1072 return SecIt == Sections.end() ? nullptr : SecIt->get();
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.cpp 1898 decltype(I->getSecond().LocalVarData)::const_iterator SecIt;
1900 SecIt = I->getSecond().SecondaryLocalVarData->begin();
1940 assert(SecIt->second.IsOnePerTeam &&
1942 LValue SecVarAddr = CGF.EmitLValueForField(SecBase, SecIt->second.FD);
1963 ++SecIt;

Completed in 88 milliseconds