Home
last modified time | relevance | path

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

/external/llvm/tools/lli/
DRemoteMemoryManager.cpp145 MappedSections[Addr] = Offsets[i].first; in notifyObjectLoaded()
154 I = MappedSections.begin(), E = MappedSections.end(); in finalizeMemory()
171 MappedSections.clear(); in finalizeMemory()
DRemoteMemoryManager.h55 DenseMap<uint64_t, Allocation> MappedSections; variable