Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp199 SmallVector<SectionInfo, 16> FunctionMemory; member in TrivialMemoryManager
270 FunctionMemory.push_back(SectionInfo(SectionName, MB, SectionID)); in allocateFromSlab()
309 FunctionMemory.push_back(SectionInfo(SectionName, MB, SectionID)); in allocateCodeSection()
550 for (auto &FM : MemMgr.FunctionMemory) { in executeInput()
646 for (const auto& CodeSection : MemMgr.FunctionMemory) in remapSectionsAndSymbols()