Searched refs:MachOPlatformSecs (Results 1 – 1 of 1) sorted by relevance
900 SmallVector<std::pair<StringRef, ExecutorAddrRange>, 8> MachOPlatformSecs; in registerObjectPlatformSections() local912 MachOPlatformSecs.push_back({ThreadDataSectionName, R.getRange()}); in registerObjectPlatformSections()933 MachOPlatformSecs.push_back({SecName, R.getRange()}); in registerObjectPlatformSections()936 if (!MachOPlatformSecs.empty()) { in registerObjectPlatformSections()952 for (auto &KV : MachOPlatformSecs) in registerObjectPlatformSections()963 MachOPlatformSecs)), in registerObjectPlatformSections()967 *HeaderAddr, MachOPlatformSecs))}); in registerObjectPlatformSections()