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

  /external/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 97 // PendingMem contains all blocks of memory (subblocks of AllocatedMem)
105 SmallVector<sys::MemoryBlock, 16> AllocatedMem;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 100 // PendingMem contains all blocks of memory (subblocks of AllocatedMem)
108 SmallVector<sys::MemoryBlock, 16> AllocatedMem;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/
SectionMemoryManager.h 100 // PendingMem contains all blocks of memory (subblocks of AllocatedMem)
108 SmallVector<sys::MemoryBlock, 16> AllocatedMem;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/
SectionMemoryManager.h 100 // PendingMem contains all blocks of memory (subblocks of AllocatedMem)
108 SmallVector<sys::MemoryBlock, 16> AllocatedMem;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/
SectionMemoryManager.h 100 // PendingMem contains all blocks of memory (subblocks of AllocatedMem)
108 SmallVector<sys::MemoryBlock, 16> AllocatedMem;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/
SectionMemoryManager.h 100 // PendingMem contains all blocks of memory (subblocks of AllocatedMem)
108 SmallVector<sys::MemoryBlock, 16> AllocatedMem;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/
SectionMemoryManager.h 100 // PendingMem contains all blocks of memory (subblocks of AllocatedMem)
108 SmallVector<sys::MemoryBlock, 16> AllocatedMem;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/
SectionMemoryManager.h 100 // PendingMem contains all blocks of memory (subblocks of AllocatedMem)
108 SmallVector<sys::MemoryBlock, 16> AllocatedMem;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 100 // PendingMem contains all blocks of memory (subblocks of AllocatedMem)
108 SmallVector<sys::MemoryBlock, 16> AllocatedMem;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/
SectionMemoryManager.h 100 // PendingMem contains all blocks of memory (subblocks of AllocatedMem)
108 SmallVector<sys::MemoryBlock, 16> AllocatedMem;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/
SectionMemoryManager.h 100 // PendingMem contains all blocks of memory (subblocks of AllocatedMem)
108 SmallVector<sys::MemoryBlock, 16> AllocatedMem;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/
SectionMemoryManager.h 100 // PendingMem contains all blocks of memory (subblocks of AllocatedMem)
108 SmallVector<sys::MemoryBlock, 16> AllocatedMem;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/
SectionMemoryManager.h 100 // PendingMem contains all blocks of memory (subblocks of AllocatedMem)
108 SmallVector<sys::MemoryBlock, 16> AllocatedMem;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ExecutionEngine/
SectionMemoryManager.h 100 // PendingMem contains all blocks of memory (subblocks of AllocatedMem)
108 SmallVector<sys::MemoryBlock, 16> AllocatedMem;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ExecutionEngine/
SectionMemoryManager.h 100 // PendingMem contains all blocks of memory (subblocks of AllocatedMem)
108 SmallVector<sys::MemoryBlock, 16> AllocatedMem;
  /external/llvm/lib/ExecutionEngine/
SectionMemoryManager.cpp 101 MemGroup.AllocatedMem.push_back(MB);
213 for (sys::MemoryBlock &Block : Group->AllocatedMem)

Completed in 595 milliseconds