Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/lli/
DRemoteMemoryManager.cpp144 MappedSections[Addr] = Offsets[i].first; in notifyObjectLoaded()
153 I = MappedSections.begin(), E = MappedSections.end(); in finalizeMemory()
170 MappedSections.clear(); in finalizeMemory()
DRemoteMemoryManager.h56 DenseMap<uint64_t, Allocation> MappedSections; variable