Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Dmacho_platform.cpp289 std::unordered_map<void *, std::vector<char>> DataSectionContent; member
578 assert(!JDS->DataSectionContent.count(KV.second.Start.toPtr<char *>()) && in registerObjectPlatformSections()
581 JDS->DataSectionContent[KV.second.Start.toPtr<char *>()] = in registerObjectPlatformSections()
672 JDS->DataSectionContent.erase(KV.second.Start.toPtr<char *>()); in deregisterObjectPlatformSections()
1216 for (auto &KV : JDS.DataSectionContent) in dlcloseDeinitialize()