Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.h79 struct SectionAlloc { struct
81 SectionAlloc(uint64_t Size, unsigned Align) in SectionAlloc() argument
105 std::vector<SectionAlloc> CodeAllocs, RODataAllocs, RWDataAllocs; argument
110 std::vector<SectionAlloc> &SecAllocs,
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp228 std::vector<SectionAlloc> *SegSections[3] = {&SecAllocGroup.CodeAllocs, in finalizeMemory()
295 RuntimeDyld &Dyld, std::vector<SectionAlloc> &Allocs, in mapAllocsToRemoteAddrs()