Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp147 SmallVector<sys::MemoryBlock, 16> FunctionMemory; member in TrivialMemoryManager
201 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()
/external/llvm-project/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp198 SmallVector<SectionInfo, 16> FunctionMemory; member in TrivialMemoryManager
269 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()