Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVR.h42 DataMemory, enumerator
/llvm-project-15.0.7/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp200 SmallVector<SectionInfo, 16> DataMemory; member in TrivialMemoryManager
276 DataMemory.push_back(SectionInfo(SectionName, MB, SectionID)); in allocateFromSlab()
346 DataMemory.push_back(SectionInfo(SectionName, MB, SectionID)); in allocateDataSection()
698 for (const auto& DataSection : MemMgr.DataMemory) in remapSectionsAndSymbols()