Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AVR/
DAVR.h36 enum AddressSpace { DataMemory, ProgramMemory }; enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVR.h41 enum AddressSpace { DataMemory, ProgramMemory }; enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp143 SmallVector<sys::MemoryBlock, 16> DataMemory; member in TrivialMemoryManager
201 DataMemory.push_back(MB); in allocateFromSlab()
257 DataMemory.push_back(MB); in allocateDataSection()
555 for (const auto& DataSection : MemMgr.DataMemory) in remapSectionsAndSymbols()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp148 SmallVector<sys::MemoryBlock, 16> DataMemory; member in TrivialMemoryManager
203 DataMemory.push_back(MB); in allocateFromSlab()
251 DataMemory.push_back(MB); in allocateDataSection()
553 for (const auto& DataSection : MemMgr.DataMemory) in remapSectionsAndSymbols()