Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp173 for (auto &SecAllocGroup : llvm::reverse(Unfinalized)) { in registerEHFrames() local
174 if (SecAllocGroup.RemoteCode.contains(LA) || in registerEHFrames()
175 SecAllocGroup.RemoteROData.contains(LA) || in registerEHFrames()
176 SecAllocGroup.RemoteRWData.contains(LA)) { in registerEHFrames()
177 SecAllocGroup.UnfinalizedEHFrames.push_back({LA, Size}); in registerEHFrames()
219 for (auto &SecAllocGroup : SecAllocGroups) { in finalizeMemory() local
224 ExecutorAddrRange *RemoteAddrs[3] = {&SecAllocGroup.RemoteCode, in finalizeMemory()
225 &SecAllocGroup.RemoteROData, in finalizeMemory()
226 &SecAllocGroup.RemoteRWData}; in finalizeMemory()
228 std::vector<SectionAlloc> *SegSections[3] = {&SecAllocGroup.CodeAllocs, in finalizeMemory()
[all …]