Searched refs:UnmappedSections (Results 1 – 2 of 2) sorted by relevance
43 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()
51 SmallVector<Allocation, 2> UnmappedSections; variable