Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp199 SmallVector<SectionInfo, 16> FunctionMemory; member in TrivialMemoryManager
274 FunctionMemory.push_back(SectionInfo(SectionName, MB, SectionID)); in allocateFromSlab()
317 FunctionMemory.push_back(SectionInfo(SectionName, MB, SectionID)); in allocateCodeSection()
600 for (auto &FM : MemMgr.FunctionMemory) { in executeInput()
696 for (const auto& CodeSection : MemMgr.FunctionMemory) in remapSectionsAndSymbols()