Searched refs:FunctionMemory (Results 1 – 2 of 2) sorted by relevance
147 SmallVector<sys::MemoryBlock, 16> FunctionMemory; member in TrivialMemoryManager201 FunctionMemory.push_back(MB); in allocateFromSlab()231 FunctionMemory.push_back(MB); in allocateCodeSection()454 for (auto &FM : MemMgr.FunctionMemory) { in executeInput()551 for (const auto& CodeSection : MemMgr.FunctionMemory) in remapSectionsAndSymbols()
198 SmallVector<SectionInfo, 16> FunctionMemory; member in TrivialMemoryManager269 FunctionMemory.push_back(SectionInfo(SectionName, MB, SectionID)); in allocateFromSlab()308 FunctionMemory.push_back(SectionInfo(SectionName, MB, SectionID)); in allocateCodeSection()549 for (auto &FM : MemMgr.FunctionMemory) { in executeInput()645 for (const auto& CodeSection : MemMgr.FunctionMemory) in remapSectionsAndSymbols()