Home
last modified time | relevance | path

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

/external/llvm/tools/lli/
DRemoteMemoryManager.cpp43 UnmappedSections.push_back( Allocation(Block, Alignment, true) ); in allocateCodeSection()
59 UnmappedSections.push_back( Allocation(Block, Alignment, false) ); in allocateDataSection()
95 unsigned NumSections = UnmappedSections.size(); in notifyObjectLoaded()
99 Allocation &Section = UnmappedSections[i]; in notifyObjectLoaded()
116 Allocation &Section = UnmappedSections[i]; in notifyObjectLoaded()
148 UnmappedSections.clear(); in notifyObjectLoaded()
DRemoteMemoryManager.h51 SmallVector<Allocation, 2> UnmappedSections; variable