Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.h79 struct SectionAlloc { struct
81 SectionAlloc(uint64_t Size, unsigned Align) in SectionAlloc() function
105 std::vector<SectionAlloc> CodeAllocs, RODataAllocs, RWDataAllocs; argument
/llvm-project/bolt/lib/Rewrite/
H A DExecutableFileMemoryManager.cpp195 auto SectionAlloc = Alloc->allocateSection(*Section); in allocate() local