Searched refs:MachOPlatformSecs (Results 1 – 1 of 1) sorted by relevance
1371 SmallVector<std::pair<StringRef, ExecutorAddrRange>, 8> MachOPlatformSecs; in registerObjectPlatformSections() local1381 MachOPlatformSecs.push_back({SecName, R.getRange()}); in registerObjectPlatformSections()1390 MachOPlatformSecs.push_back({MachOThreadDataSectionName, R.getRange()}); in registerObjectPlatformSections()1406 MachOPlatformSecs.push_back({SecName, R.getRange()}); in registerObjectPlatformSections()1416 if (!MachOPlatformSecs.empty() || UnwindInfo) { in registerObjectPlatformSections()1420 for (auto &KV : MachOPlatformSecs) in registerObjectPlatformSections()1435 MachOPlatformSecs)), in registerObjectPlatformSections()1439 UnwindInfo, MachOPlatformSecs))}; in registerObjectPlatformSections()