OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnmappedSections
(Results
1 - 2
of
2
) sorted by null
/external/llvm/tools/lli/
RemoteMemoryManager.cpp
42
//
UnmappedSections
has the same information but does not own the memory.
43
UnmappedSections
.push_back( Allocation(Block, Alignment, true) );
58
//
UnmappedSections
has the same information but does not own the memory.
59
UnmappedSections
.push_back( Allocation(Block, Alignment, false) );
95
unsigned NumSections =
UnmappedSections
.size();
99
Allocation &Section =
UnmappedSections
[i];
116
Allocation &Section =
UnmappedSections
[i];
148
UnmappedSections
.clear();