Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1297 SmallVector<std::pair<StringRef, ExecutorAddrRange>, 8> MachOPlatformSecs; in registerObjectPlatformSections() local
1307 MachOPlatformSecs.push_back({SecName, R.getRange()}); in registerObjectPlatformSections()
1316 MachOPlatformSecs.push_back({MachOThreadDataSectionName, R.getRange()}); in registerObjectPlatformSections()
1332 MachOPlatformSecs.push_back({SecName, R.getRange()}); in registerObjectPlatformSections()
1342 if (!MachOPlatformSecs.empty() || UnwindInfo) { in registerObjectPlatformSections()
1346 for (auto &KV : MachOPlatformSecs) in registerObjectPlatformSections()
1373 MachOPlatformSecs)), in registerObjectPlatformSections()
1377 UnwindInfo, MachOPlatformSecs))}); in registerObjectPlatformSections()