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

  /external/llvm/lib/ExecutionEngine/
SectionMemoryManager.cpp 61 MemGroup.PendingMem.push_back(sys::MemoryBlock((void *)Addr, Size));
65 FreeMB.PendingPrefixIndex = MemGroup.PendingMem.size() - 1;
67 sys::MemoryBlock &PendingMB = MemGroup.PendingMem[FreeMB.PendingPrefixIndex];
109 MemGroup.PendingMem.push_back(sys::MemoryBlock((void *)Addr, Size));
183 for (sys::MemoryBlock &MB : MemGroup.PendingMem)
187 MemGroup.PendingMem.clear();
193 // We cleared the PendingMem list, so all these pointers are now invalid
207 for (sys::MemoryBlock &Block : CodeMem.PendingMem)
  /external/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 90 // this block, store it's index in PendingMem, to be able to update the
97 // PendingMem contains all blocks of memory (subblocks of AllocatedMem)
101 SmallVector<sys::MemoryBlock, 16> PendingMem;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 93 // this block, store it's index in PendingMem, to be able to update the
100 // PendingMem contains all blocks of memory (subblocks of AllocatedMem)
104 SmallVector<sys::MemoryBlock, 16> PendingMem;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/
SectionMemoryManager.h 93 // this block, store it's index in PendingMem, to be able to update the
100 // PendingMem contains all blocks of memory (subblocks of AllocatedMem)
104 SmallVector<sys::MemoryBlock, 16> PendingMem;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/
SectionMemoryManager.h 93 // this block, store it's index in PendingMem, to be able to update the
100 // PendingMem contains all blocks of memory (subblocks of AllocatedMem)
104 SmallVector<sys::MemoryBlock, 16> PendingMem;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/
SectionMemoryManager.h 93 // this block, store it's index in PendingMem, to be able to update the
100 // PendingMem contains all blocks of memory (subblocks of AllocatedMem)
104 SmallVector<sys::MemoryBlock, 16> PendingMem;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/
SectionMemoryManager.h 93 // this block, store it's index in PendingMem, to be able to update the
100 // PendingMem contains all blocks of memory (subblocks of AllocatedMem)
104 SmallVector<sys::MemoryBlock, 16> PendingMem;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/
SectionMemoryManager.h 93 // this block, store it's index in PendingMem, to be able to update the
100 // PendingMem contains all blocks of memory (subblocks of AllocatedMem)
104 SmallVector<sys::MemoryBlock, 16> PendingMem;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/
SectionMemoryManager.h 93 // this block, store it's index in PendingMem, to be able to update the
100 // PendingMem contains all blocks of memory (subblocks of AllocatedMem)
104 SmallVector<sys::MemoryBlock, 16> PendingMem;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 93 // this block, store it's index in PendingMem, to be able to update the
100 // PendingMem contains all blocks of memory (subblocks of AllocatedMem)
104 SmallVector<sys::MemoryBlock, 16> PendingMem;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/
SectionMemoryManager.h 93 // this block, store it's index in PendingMem, to be able to update the
100 // PendingMem contains all blocks of memory (subblocks of AllocatedMem)
104 SmallVector<sys::MemoryBlock, 16> PendingMem;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/
SectionMemoryManager.h 93 // this block, store it's index in PendingMem, to be able to update the
100 // PendingMem contains all blocks of memory (subblocks of AllocatedMem)
104 SmallVector<sys::MemoryBlock, 16> PendingMem;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/
SectionMemoryManager.h 93 // this block, store it's index in PendingMem, to be able to update the
100 // PendingMem contains all blocks of memory (subblocks of AllocatedMem)
104 SmallVector<sys::MemoryBlock, 16> PendingMem;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/
SectionMemoryManager.h 93 // this block, store it's index in PendingMem, to be able to update the
100 // PendingMem contains all blocks of memory (subblocks of AllocatedMem)
104 SmallVector<sys::MemoryBlock, 16> PendingMem;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ExecutionEngine/
SectionMemoryManager.h 93 // this block, store it's index in PendingMem, to be able to update the
100 // PendingMem contains all blocks of memory (subblocks of AllocatedMem)
104 SmallVector<sys::MemoryBlock, 16> PendingMem;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ExecutionEngine/
SectionMemoryManager.h 93 // this block, store it's index in PendingMem, to be able to update the
100 // PendingMem contains all blocks of memory (subblocks of AllocatedMem)
104 SmallVector<sys::MemoryBlock, 16> PendingMem;

Completed in 1592 milliseconds