Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.h81 struct SectionAlloc { struct
83 SectionAlloc(uint64_t Size, unsigned Align) in SectionAlloc() function
107 std::vector<SectionAlloc> CodeAllocs, RODataAllocs, RWDataAllocs; argument
112 std::vector<SectionAlloc> &SecAllocs,
/freebsd/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()