Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Dmacho_platform.cpp150 std::vector<span<char>> Swift5TypesSectionsNew; member
354 JDS->Swift5TypesSectionsNew.push_back(KV.second.toSpan<char>()); in registerObjectPlatformSections()
427 removeIfPresent(JDS->Swift5TypesSectionsNew, KV.second); in deregisterObjectPlatformSections()
682 if (JDS.Swift5TypesSectionsNew.empty()) in registerSwift5Types()
689 for (const auto &TypeSec : JDS.Swift5TypesSectionsNew) in registerSwift5Types()
695 moveAppendSections(JDS.Swift5TypesSections, JDS.Swift5TypesSectionsNew); in registerSwift5Types()