Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp900 SmallVector<std::pair<StringRef, ExecutorAddrRange>, 8> MachOPlatformSecs; in registerObjectPlatformSections() local
912 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()