Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Dmacho_platform.cpp148 std::vector<span<char>> Swift5ProtosSectionsNew; member
350 JDS->Swift5ProtosSectionsNew.push_back(KV.second.toSpan<char>()); in registerObjectPlatformSections()
421 removeIfPresent(JDS->Swift5ProtosSectionsNew, KV.second); in deregisterObjectPlatformSections()
643 if (JDS.Swift5ProtosSectionsNew.empty()) in registerSwift5Protocols()
662 if (JDS.Swift5ProtosSectionsNew.empty()) in registerSwift5ProtocolConformances()
669 for (const auto &ProtoConfSec : JDS.Swift5ProtosSectionsNew) in registerSwift5ProtocolConformances()
676 moveAppendSections(JDS.Swift5ProtosSections, JDS.Swift5ProtosSectionsNew); in registerSwift5ProtocolConformances()