HomeSort by relevance Sort by last modified time
    Searched refs:AllocatedDataMem (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/lli/
RecordingMemoryManager.h 31 SmallVector<Allocation, 16> AllocatedDataMem;
47 const_data_iterator data_begin() const { return AllocatedDataMem.begin(); }
48 const_data_iterator data_end() const { return AllocatedDataMem.end(); }
RecordingMemoryManager.cpp 24 I = AllocatedDataMem.begin(), E = AllocatedDataMem.end();
48 AllocatedDataMem.push_back(Allocation(Block, Alignment));

Completed in 136 milliseconds