Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp145 class TrivialMemoryManager : public RTDyldMemoryManager { class
216 uint8_t *TrivialMemoryManager::allocateCodeSection(uintptr_t Size, in allocateCodeSection()
235 uint8_t *TrivialMemoryManager::allocateDataSection(uintptr_t Size, in allocateDataSection()
285 TrivialMemoryManager MemMgr; in printLineInfoForInput()
395 static void doPreallocation(TrivialMemoryManager &MemMgr) { in doPreallocation()
411 TrivialMemoryManager MemMgr; in executeInput()
544 TrivialMemoryManager &MemMgr, in remapSectionsAndSymbols()
675 TrivialMemoryManager MemMgr; in linkAndVerify()
/external/llvm-project/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp188 class TrivialMemoryManager : public RTDyldMemoryManager { class
285 uint8_t *TrivialMemoryManager::allocateCodeSection(uintptr_t Size, in allocateCodeSection()
312 uint8_t *TrivialMemoryManager::allocateDataSection(uintptr_t Size, in allocateDataSection()
370 TrivialMemoryManager MemMgr; in printLineInfoForInput()
484 static void doPreallocation(TrivialMemoryManager &MemMgr) { in doPreallocation()
500 TrivialMemoryManager MemMgr; in executeInput()
639 TrivialMemoryManager &MemMgr) { in remapSectionsAndSymbols()
642 typedef std::list<const TrivialMemoryManager::SectionInfo*> WorklistT; in remapSectionsAndSymbols()
777 TrivialMemoryManager MemMgr; in linkAndVerify()