Searched defs:SectionAlloc (Results 1 – 2 of 2) sorted by relevance
79 struct SectionAlloc { struct81 SectionAlloc(uint64_t Size, unsigned Align) in SectionAlloc() function105 std::vector<SectionAlloc> CodeAllocs, RODataAllocs, RWDataAllocs; argument
195 auto SectionAlloc = Alloc->allocateSection(*Section); in allocate() local