Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Dmacho_platform.cpp572 static void moveAppendSections(std::vector<span<T>> &Dst, in moveAppendSections() function
600 moveAppendSections(JDS.ObjCSelRefsSections, JDS.ObjCSelRefsSectionsNew); in registerObjCSelectors()
637 moveAppendSections(JDS.ObjCClassListSections, JDS.ObjCClassListSectionsNew); in registerObjCClasses()
655 moveAppendSections(JDS.Swift5ProtoSections, JDS.Swift5ProtoSectionsNew); in registerSwift5Protocols()
676 moveAppendSections(JDS.Swift5ProtosSections, JDS.Swift5ProtosSectionsNew); in registerSwift5ProtocolConformances()
695 moveAppendSections(JDS.Swift5TypesSections, JDS.Swift5TypesSectionsNew); in registerSwift5Types()
706 moveAppendSections(JDS.ModInitsSections, JDS.ModInitsSectionsNew); in runModInits()
869 moveAppendSections(JDS.ModInitsSections, JDS.ModInitsSectionsNew); in dlcloseDeinitialize()