Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1561 for (const auto &SecIt : Sections) { in DWARFObjInMemory() local
1562 if (StringRef *SectionData = mapSectionToMember(SecIt.first())) in DWARFObjInMemory()
1563 *SectionData = SecIt.second->getBuffer(); in DWARFObjInMemory()
1564 else if (SecIt.first() == "debug_info") in DWARFObjInMemory()
1567 InfoSections[SectionRef()].Data = SecIt.second->getBuffer(); in DWARFObjInMemory()
1568 else if (SecIt.first() == "debug_info.dwo") in DWARFObjInMemory()
1569 InfoDWOSections[SectionRef()].Data = SecIt.second->getBuffer(); in DWARFObjInMemory()
1570 else if (SecIt.first() == "debug_types") in DWARFObjInMemory()
1571 TypesSections[SectionRef()].Data = SecIt.second->getBuffer(); in DWARFObjInMemory()
1572 else if (SecIt.first() == "debug_types.dwo") in DWARFObjInMemory()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DSampleProfWriter.cpp78 auto SecIt = std::find_if( in getEntryInLayout() local
81 return *SecIt; in getEntryInLayout()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectStreamer.cpp62 auto SecIt = std::find(PendingLabelSections.begin(), in addPendingLabel() local
64 if (SecIt == PendingLabelSections.end()) in addPendingLabel()