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

  /external/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 393 void *LocalAllocAddr = nullptr;
394 if (auto Err = Allocator.allocate(LocalAllocAddr, Size, Align))
397 DEBUG(dbgs() << " Allocator " << Id << " reserved " << LocalAllocAddr
401 static_cast<TargetAddress>(reinterpret_cast<uintptr_t>(LocalAllocAddr));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 372 void *LocalAllocAddr = nullptr;
373 if (auto Err = Allocator.allocate(LocalAllocAddr, Size, Align))
376 DEBUG(dbgs() << " Allocator " << Id << " reserved " << LocalAllocAddr
380 reinterpret_cast<uintptr_t>(LocalAllocAddr));
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 372 void *LocalAllocAddr = nullptr;
373 if (auto Err = Allocator.allocate(LocalAllocAddr, Size, Align))
376 DEBUG(dbgs() << " Allocator " << Id << " reserved " << LocalAllocAddr
380 reinterpret_cast<uintptr_t>(LocalAllocAddr));
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 372 void *LocalAllocAddr = nullptr;
373 if (auto Err = Allocator.allocate(LocalAllocAddr, Size, Align))
376 DEBUG(dbgs() << " Allocator " << Id << " reserved " << LocalAllocAddr
380 reinterpret_cast<uintptr_t>(LocalAllocAddr));
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 383 void *LocalAllocAddr = nullptr;
384 if (auto Err = Allocator.allocate(LocalAllocAddr, Size, Align))
387 DEBUG(dbgs() << " Allocator " << Id << " reserved " << LocalAllocAddr
391 reinterpret_cast<uintptr_t>(LocalAllocAddr));
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 383 void *LocalAllocAddr = nullptr;
384 if (auto Err = Allocator.allocate(LocalAllocAddr, Size, Align))
387 DEBUG(dbgs() << " Allocator " << Id << " reserved " << LocalAllocAddr
391 reinterpret_cast<uintptr_t>(LocalAllocAddr));
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 383 void *LocalAllocAddr = nullptr;
384 if (auto Err = Allocator.allocate(LocalAllocAddr, Size, Align))
387 DEBUG(dbgs() << " Allocator " << Id << " reserved " << LocalAllocAddr
391 reinterpret_cast<uintptr_t>(LocalAllocAddr));
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 383 void *LocalAllocAddr = nullptr;
384 if (auto Err = Allocator.allocate(LocalAllocAddr, Size, Align))
387 DEBUG(dbgs() << " Allocator " << Id << " reserved " << LocalAllocAddr
391 reinterpret_cast<uintptr_t>(LocalAllocAddr));
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 372 void *LocalAllocAddr = nullptr;
373 if (auto Err = Allocator.allocate(LocalAllocAddr, Size, Align))
376 DEBUG(dbgs() << " Allocator " << Id << " reserved " << LocalAllocAddr
380 reinterpret_cast<uintptr_t>(LocalAllocAddr));
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 372 void *LocalAllocAddr = nullptr;
373 if (auto Err = Allocator.allocate(LocalAllocAddr, Size, Align))
376 DEBUG(dbgs() << " Allocator " << Id << " reserved " << LocalAllocAddr
380 reinterpret_cast<uintptr_t>(LocalAllocAddr));
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 372 void *LocalAllocAddr = nullptr;
373 if (auto Err = Allocator.allocate(LocalAllocAddr, Size, Align))
376 DEBUG(dbgs() << " Allocator " << Id << " reserved " << LocalAllocAddr
380 reinterpret_cast<uintptr_t>(LocalAllocAddr));
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 383 void *LocalAllocAddr = nullptr;
384 if (auto Err = Allocator.allocate(LocalAllocAddr, Size, Align))
387 DEBUG(dbgs() << " Allocator " << Id << " reserved " << LocalAllocAddr
391 reinterpret_cast<uintptr_t>(LocalAllocAddr));
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 383 void *LocalAllocAddr = nullptr;
384 if (auto Err = Allocator.allocate(LocalAllocAddr, Size, Align))
387 DEBUG(dbgs() << " Allocator " << Id << " reserved " << LocalAllocAddr
391 reinterpret_cast<uintptr_t>(LocalAllocAddr));
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 383 void *LocalAllocAddr = nullptr;
384 if (auto Err = Allocator.allocate(LocalAllocAddr, Size, Align))
387 DEBUG(dbgs() << " Allocator " << Id << " reserved " << LocalAllocAddr
391 reinterpret_cast<uintptr_t>(LocalAllocAddr));
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 383 void *LocalAllocAddr = nullptr;
384 if (auto Err = Allocator.allocate(LocalAllocAddr, Size, Align))
387 DEBUG(dbgs() << " Allocator " << Id << " reserved " << LocalAllocAddr
391 reinterpret_cast<uintptr_t>(LocalAllocAddr));

Completed in 1094 milliseconds