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

  /external/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 86 struct FreeMemBlock {
102 SmallVector<FreeMemBlock, 16> FreeMem;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 89 struct FreeMemBlock {
105 SmallVector<FreeMemBlock, 16> FreeMem;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/
SectionMemoryManager.h 89 struct FreeMemBlock {
105 SmallVector<FreeMemBlock, 16> FreeMem;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/
SectionMemoryManager.h 89 struct FreeMemBlock {
105 SmallVector<FreeMemBlock, 16> FreeMem;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/
SectionMemoryManager.h 89 struct FreeMemBlock {
105 SmallVector<FreeMemBlock, 16> FreeMem;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/
SectionMemoryManager.h 89 struct FreeMemBlock {
105 SmallVector<FreeMemBlock, 16> FreeMem;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/
SectionMemoryManager.h 89 struct FreeMemBlock {
105 SmallVector<FreeMemBlock, 16> FreeMem;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/
SectionMemoryManager.h 89 struct FreeMemBlock {
105 SmallVector<FreeMemBlock, 16> FreeMem;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 89 struct FreeMemBlock {
105 SmallVector<FreeMemBlock, 16> FreeMem;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/
SectionMemoryManager.h 89 struct FreeMemBlock {
105 SmallVector<FreeMemBlock, 16> FreeMem;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/
SectionMemoryManager.h 89 struct FreeMemBlock {
105 SmallVector<FreeMemBlock, 16> FreeMem;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/
SectionMemoryManager.h 89 struct FreeMemBlock {
105 SmallVector<FreeMemBlock, 16> FreeMem;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/
SectionMemoryManager.h 89 struct FreeMemBlock {
105 SmallVector<FreeMemBlock, 16> FreeMem;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ExecutionEngine/
SectionMemoryManager.h 89 struct FreeMemBlock {
105 SmallVector<FreeMemBlock, 16> FreeMem;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ExecutionEngine/
SectionMemoryManager.h 89 struct FreeMemBlock {
105 SmallVector<FreeMemBlock, 16> FreeMem;
  /external/llvm/lib/ExecutionEngine/
SectionMemoryManager.cpp 52 for (FreeMemBlock &FreeMB : MemGroup.FreeMem) {
115 FreeMemBlock FreeMB;
191 for (FreeMemBlock &FreeMB : MemGroup.FreeMem) {
200 [](FreeMemBlock &FreeMB) { return FreeMB.Free.size() == 0; }),

Completed in 304 milliseconds