Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp89 IsReadOnly ? Unmapped.back().RODataAllocs : Unmapped.back().RWDataAllocs; in allocateDataSection()
197 mapAllocsToRemoteAddrs(Dyld, ObjAllocs.RWDataAllocs, in notifyObjectLoaded()
230 &SecAllocGroup.RWDataAllocs}; in finalizeMemory()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.h105 std::vector<SectionAlloc> CodeAllocs, RODataAllocs, RWDataAllocs; member