Home
last modified time | relevance | path

Searched refs:RODataAllocs (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()
195 mapAllocsToRemoteAddrs(Dyld, ObjAllocs.RODataAllocs, in notifyObjectLoaded()
229 &SecAllocGroup.RODataAllocs, in finalizeMemory()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.h105 std::vector<SectionAlloc> CodeAllocs, RODataAllocs, RWDataAllocs; member