Searched refs:MachOPlatformSecs (Results 1 – 1 of 1) sorted by relevance
1343 SmallVector<std::pair<StringRef, ExecutorAddrRange>, 8> MachOPlatformSecs; in registerObjectPlatformSections() local1353 MachOPlatformSecs.push_back({SecName, R.getRange()}); in registerObjectPlatformSections()1362 MachOPlatformSecs.push_back({MachOThreadDataSectionName, R.getRange()}); in registerObjectPlatformSections()1378 MachOPlatformSecs.push_back({SecName, R.getRange()}); in registerObjectPlatformSections()1388 if (!MachOPlatformSecs.empty() || UnwindInfo) { in registerObjectPlatformSections()1392 for (auto &KV : MachOPlatformSecs) in registerObjectPlatformSections()1419 MachOPlatformSecs)), in registerObjectPlatformSections()1423 UnwindInfo, MachOPlatformSecs))}); in registerObjectPlatformSections()