Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1166 SmallVector<std::pair<StringRef, ExecutorAddrRange>, 8> MachOPlatformSecs; in registerObjectPlatformSections() local
1175 MachOPlatformSecs.push_back({SecName, R.getRange()}); in registerObjectPlatformSections()
1184 MachOPlatformSecs.push_back({ThreadDataSectionName, R.getRange()}); in registerObjectPlatformSections()
1204 MachOPlatformSecs.push_back({SecName, R.getRange()}); in registerObjectPlatformSections()
1214 if (!MachOPlatformSecs.empty() || UnwindInfo) { in registerObjectPlatformSections()
1227 for (auto &KV : MachOPlatformSecs) in registerObjectPlatformSections()
1245 MachOPlatformSecs)), in registerObjectPlatformSections()
1249 UnwindInfo, MachOPlatformSecs))}); in registerObjectPlatformSections()